Html Css Color HEX #6477AA Chetwode Blue

📋 copy color: '#6477AA'

red 100 ◦ green 119 ◦ blue 170

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

Shades of Chetwode Blue #6477AA

Tints of Chetwode Blue #6477AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

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

R = 25.71%
G = 30.59%
B = 43.7%

CMYK

 C value IS 0.41

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6477AA (or 0x6477AA) is known color: Chetwode Blue. HEX triplet: 64, 77 and AA. RGB value is (100,119,170). Sum of RGB (Red+Green+Blue) = 100+119+170=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6477AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6477AA is #9B8855. Grayscale: #767676. Windows color (decimal): -10192982 or 11171684. OLE color: 11171684.

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

Color convert

RGB 100 119 170 -
CMYK 0.41 0.3 0 0.33
HSL 223.71º 0.29% 0.53% -
HSV(B) 223.71º 0.41% 0.67% -
XYZ 19.11 18.81 40.65 -
YUV 119.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 100 119 170 0.41 0.3 0 0.33 223.71 0.29 0.53
Hex 64 77 AA 29 1E 0 21 E0 1D 35
Octal 144 167 252 51 36 0 41 340 35 65
Binary 1100100 1110111 10101010 101001 11110 0 100001 11100000 11101 110101

Color Harmonies of #6477AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6477AA

Black with #6477AA

Text Example


Text Example

White with #6477AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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