#6474D9

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

Shades of Chetwode Blue #6474D9

Tints of Chetwode Blue #6474D9

Color information

#6474D9 (or 0x6474D9) is unknown color: approx Chetwode Blue. HEX triplet: 64, 74 and D9. RGB value is (100,116,217). Sum of RGB (Red+Green+Blue) = 100+116+217=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #6474D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474D9 is #9B8B26. Grayscale: #7A7A7A. Windows color (decimal): -10193703 or 14251108. OLE color: 14251108.

HSL color Cylindrical-coordinate representation of color #6474D9: hue angle of 231.79º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6474D9 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100116217-
CMYK0.540.4700.15
HSL231.79º60.62%62.16%-
HSV(B)231.79º53.92%85.1%-
XYZ24.0320.2168.28-
YUV122.73181.2111.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=23.09%
G=26.79%
B=50.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001162170.540.4700.15231.7960.6262.16
Hex6474D9362F0Fe83d3e
Octal14416433166570173507576
Binary11001001110100110110011101101011110111111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6474D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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