Html Css Color HEX #6472AB Chetwode Blue

📋 copy color: '#6472AB'

red 100 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #6472AB

Tints of Chetwode Blue #6472AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 25.97%
G = 29.61%
B = 44.42%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6472AB (or 0x6472AB) is known color: Chetwode Blue. HEX triplet: 64, 72 and AB. RGB value is (100,114,171). Sum of RGB (Red+Green+Blue) = 100+114+171=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6472AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6472AB is #9B8D54. Grayscale: #747474. Windows color (decimal): -10194261 or 11235940. OLE color: 11235940.

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

Color convert

RGB 100 114 171 -
CMYK 0.42 0.33 0 0.33
HSL 228.17º 0.3% 0.53% -
HSV(B) 228.17º 0.42% 0.67% -
XYZ 18.62 17.68 40.96 -
YUV 116.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 100 114 171 0.42 0.33 0 0.33 228.17 0.3 0.53
Hex 64 72 AB 2A 21 0 21 E4 1E 35
Octal 144 162 253 52 41 0 41 344 36 65
Binary 1100100 1110010 10101011 101010 100001 0 100001 11100100 11110 110101

Color Harmonies of #6472AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472AB

Black with #6472AB

Text Example


Text Example

White with #6472AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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