#6472D2

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

Shades of Chetwode Blue #6472D2

Tints of Chetwode Blue #6472D2

Color information

#6472D2 (or 0x6472D2) is unknown color: approx Chetwode Blue. HEX triplet: 64, 72 and D2. RGB value is (100,114,210). Sum of RGB (Red+Green+Blue) = 100+114+210=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #6472D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472D2 is #9B8D2D. Grayscale: #787878. Windows color (decimal): -10194222 or 13791844. OLE color: 13791844.

HSL color Cylindrical-coordinate representation of color #6472D2: hue angle of 232.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6472D2 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100114210-
CMYK0.520.4600.18
HSL232.36º55%60.78%-
HSV(B)232.36º52.38%82.35%-
XYZ22.9119.463.51-
YUV120.76178.36113.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 210 (82.42% from 255) = 49.53%
R=23.58%
G=26.89%
B=49.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001142100.520.4600.18232.365560.78
Hex6472D2342E012e8373d
Octal14416232264560223506775
Binary110010011100101101001011010010111001001011101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6472D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6472D2; }

 p { color: rgb(100,114,210); }

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

<style>
 a { background-color: #6472D2; }

 a { background-color: rgb(100,114,210); }

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

<style>
 span { border-color: #6472D2; }

 span { border-color: rgb(100,114,210); }

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