Html Css Color HEX #6472AC Chetwode Blue

📋 copy color: '#6472AC'

red 100 ◦ green 114 ◦ blue 172

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

Shades of Chetwode Blue #6472AC

Tints of Chetwode Blue #6472AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 25.91%
G = 29.53%
B = 44.56%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6472AC (or 0x6472AC) is known color: Chetwode Blue. HEX triplet: 64, 72 and AC. RGB value is (100,114,172). Sum of RGB (Red+Green+Blue) = 100+114+172=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #6472AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6472AC is #9B8D53. Grayscale: #747474. Windows color (decimal): -10194260 or 11301476. OLE color: 11301476.

HSL color Cylindrical-coordinate representation of color #6472AC: hue angle of 228.33º 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 #6472AC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 114 172 -
CMYK 0.42 0.34 0 0.33
HSL 228.33º 0.3% 0.53% -
HSV(B) 228.33º 0.42% 0.67% -
XYZ 18.72 17.72 41.46 -
YUV 116.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 100 114 172 0.42 0.34 0 0.33 228.33 0.3 0.53
Hex 64 72 AC 2A 22 0 21 E4 1E 35
Octal 144 162 254 52 42 0 41 344 36 65
Binary 1100100 1110010 10101100 101010 100010 0 100001 11100100 11110 110101

Color Harmonies of #6472AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472AC

Black with #6472AC

Text Example


Text Example

White with #6472AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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