Html Css Color HEX #6472AA Chetwode Blue

📋 copy color: '#6472AA'

red 100 ◦ green 114 ◦ blue 170

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

Shades of Chetwode Blue #6472AA

Tints of Chetwode Blue #6472AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 26.04%
G = 29.69%
B = 44.27%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6472AA (or 0x6472AA) is known color: Chetwode Blue. HEX triplet: 64, 72 and AA. RGB value is (100,114,170). Sum of RGB (Red+Green+Blue) = 100+114+170=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #6472AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6472AA is #9B8D55. Grayscale: #737373. Windows color (decimal): -10194262 or 11170404. OLE color: 11170404.

HSL color Cylindrical-coordinate representation of color #6472AA: hue angle of 228º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6472AA is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 114 170 -
CMYK 0.41 0.33 0 0.33
HSL 228º 0.29% 0.53% -
HSV(B) 228º 0.41% 0.67% -
XYZ 18.53 17.65 40.46 -
YUV 116.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 100 114 170 0.41 0.33 0 0.33 228 0.29 0.53
Hex 64 72 AA 29 21 0 21 E4 1D 35
Octal 144 162 252 51 41 0 41 344 35 65
Binary 1100100 1110010 10101010 101001 100001 0 100001 11100100 11101 110101

Color Harmonies of #6472AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472AA

Black with #6472AA

Text Example


Text Example

White with #6472AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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