Html Css Color HEX #6479AA Chetwode Blue

📋 copy color: '#6479AA'

red 100 ◦ green 121 ◦ blue 170

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

Shades of Chetwode Blue #6479AA

Tints of Chetwode Blue #6479AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 25.58%
G = 30.95%
B = 43.48%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6479AA (or 0x6479AA) is known color: Chetwode Blue. HEX triplet: 64, 79 and AA. RGB value is (100,121,170). Sum of RGB (Red+Green+Blue) = 100+121+170=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #6479AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6479AA is #9B8655. Grayscale: #787878. Windows color (decimal): -10192470 or 11172196. OLE color: 11172196.

HSL color Cylindrical-coordinate representation of color #6479AA: hue angle of 222º 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 #6479AA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 121 170 -
CMYK 0.41 0.29 0 0.33
HSL 222º 0.29% 0.53% -
HSV(B) 222º 0.41% 0.67% -
XYZ 19.35 19.29 40.73 -
YUV 120.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 100 121 170 0.41 0.29 0 0.33 222 0.29 0.53
Hex 64 79 AA 29 1D 0 21 DE 1D 35
Octal 144 171 252 51 35 0 41 336 35 65
Binary 1100100 1111001 10101010 101001 11101 0 100001 11011110 11101 110101

Color Harmonies of #6479AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479AA

Black with #6479AA

Text Example


Text Example

White with #6479AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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