#6470AE

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

Shades of Chetwode Blue #6470AE

Tints of Chetwode Blue #6470AE

Color information

#6470AE (or 0x6470AE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and AE. RGB value is (100,112,174). Sum of RGB (Red+Green+Blue) = 100+112+174=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #6470AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6470AE is #9B8F51. Grayscale: #737373. Windows color (decimal): -10194770 or 11432036. OLE color: 11432036.

HSL color Cylindrical-coordinate representation of color #6470AE: hue angle of 230.27º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6470AE is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100112174-
CMYK0.430.3600.32
HSL230.27º31.36%53.73%-
HSV(B)230.27º42.53%68.24%-
XYZ18.6917.3542.41-
YUV115.48161.02116.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=25.91%
G=29.02%
B=45.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001121740.430.3600.32230.2731.3653.73
Hex6470AE2B24020e61f36
Octal14416025653440403463766
Binary110010011100001010111010101110010001000001110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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