#6470A0

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

Shades of Chetwode Blue #6470A0

Tints of Chetwode Blue #6470A0

Color information

#6470A0 (or 0x6470A0) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and A0. RGB value is (100,112,160). Sum of RGB (Red+Green+Blue) = 100+112+160=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #6470A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6470A0 is #9B8F5F. Grayscale: #717171. Windows color (decimal): -10194784 or 10514532. OLE color: 10514532.

HSL color Cylindrical-coordinate representation of color #6470A0: hue angle of 228º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6470A0 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100112160-
CMYK0.380.3000.37
HSL228º24%50.98%-
HSV(B)228º37.5%62.75%-
XYZ17.3916.8435.59-
YUV113.88154.02118.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=26.88%
G=30.11%
B=43.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001121600.380.3000.372282450.98
Hex6470A0261E025e41833
Octal14416024046360453443063
Binary11001001110000101000001001101111001001011110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6470A0; }

 p { color: rgb(100,112,160); }

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

<style>
 a { background-color: #6470A0; }

 a { background-color: rgb(100,112,160); }

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

<style>
 span { border-color: #6470A0; }

 span { border-color: rgb(100,112,160); }

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