Html Css Color HEX #6472CC Chetwode Blue

📋 copy color: '#6472CC'

red 100 ◦ green 114 ◦ blue 204

#6472CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6472CC

Tints of Chetwode Blue #6472CC

RGB

 RED value IS 100 (39.45% from 255) = 23.92%

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 23.92%
G = 27.27%
B = 48.8%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6472CC (or 0x6472CC) is known color: Chetwode Blue. HEX triplet: 64, 72 and CC. RGB value is (100,114,204). Sum of RGB (Red+Green+Blue) = 100+114+204=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6472CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472CC is #9B8D33. Grayscale: #777777. Windows color (decimal): -10194228 or 13398628. OLE color: 13398628.

HSL color Cylindrical-coordinate representation of color #6472CC: hue angle of 231.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6472CC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 114 204 -
CMYK 0.51 0.44 0 0.2
HSL 231.92º 0.5% 0.6% -
HSV(B) 231.92º 0.51% 0.8% -
XYZ 22.17 19.1 59.65 -
YUV 120.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 100 114 204 0.51 0.44 0 0.2 231.92 0.5 0.6
Hex 64 72 CC 33 2C 0 14 E8 32 3C
Octal 144 162 314 63 54 0 24 350 62 74
Binary 1100100 1110010 11001100 110011 101100 0 10100 11101000 110010 111100

Color Harmonies of #6472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472CC

Black with #6472CC

Text Example


Text Example

White with #6472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6472CC;
 }
 .AnyTagClassName
 {
   color: #6472CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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