#6474C9

Color #6474C9 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6474C9

Tints of Chetwode Blue #6474C9

Color information

#6474C9 (or 0x6474C9) is unknown color: approx Chetwode Blue. HEX triplet: 64, 74 and C9. RGB value is (100,116,201). Sum of RGB (Red+Green+Blue) = 100+116+201=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #6474C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474C9 is #9B8B36. Grayscale: #787878. Windows color (decimal): -10193719 or 13202532. OLE color: 13202532.

HSL color Cylindrical-coordinate representation of color #6474C9: hue angle of 230.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6474C9 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100116201-
CMYK0.500.4200.21
HSL230.5º48.33%59.02%-
HSV(B)230.5º50.25%78.82%-
XYZ22.0419.4257.84-
YUV120.91173.2113.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=23.98%
G=27.82%
B=48.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001162010.500.4200.21230.548.3359.02
Hex6474C9322A015e6303b
Octal14416431162520253466073
Binary110010011101001100100111001010101001010111100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6474C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6474C9; }

 p { color: rgb(100,116,201); }

 H1.HeaderClassName
 {
   color: #6474C9;
 }
 .AnyTagClassName
 {
   color: #6474C9;
 }
</style>
background-color css

<style>
 a { background-color: #6474C9; }

 a { background-color: rgb(100,116,201); }

 div.DivClassName
 {
   background-color: #6474C9;
 }
 .BgClassName
 {
   background-color: #6474C9;
 }
</style>
border-color css

<style>
 span { border-color: #6474C9; }

 span { border-color: rgb(100,116,201); }

 td.TdClassName
 {
   border-color: #6474C9;
 }
 .TagClassName
 {
   border-color: #6474C9;
 }
</style>