#6470BD

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

Shades of Chetwode Blue #6470BD

Tints of Chetwode Blue #6470BD

Color information

#6470BD (or 0x6470BD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and BD. RGB value is (100,112,189). Sum of RGB (Red+Green+Blue) = 100+112+189=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #6470BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470BD is #9B8F42. Grayscale: #747474. Windows color (decimal): -10194755 or 12415076. OLE color: 12415076.

HSL color Cylindrical-coordinate representation of color #6470BD: hue angle of 231.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6470BD is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100112189-
CMYK0.470.4100.26
HSL231.91º40.27%56.67%-
HSV(B)231.91º47.09%74.12%-
XYZ20.2417.9750.55-
YUV117.19168.52115.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=24.94%
G=27.93%
B=47.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001121890.470.4100.26231.9140.2756.67
Hex6470BD2F2901Ae82839
Octal14416027557510323505071
Binary110010011100001011110110111110100101101011101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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