Html Css Color HEX #6377AA Chetwode Blue

📋 copy color: '#6377AA'

red 99 ◦ green 119 ◦ blue 170

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

Shades of Chetwode Blue #6377AA

Tints of Chetwode Blue #6377AA

RGB

 RED value IS 99 (39.06% from 255) = 25.52%

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

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

R = 25.52%
G = 30.67%
B = 43.81%

CMYK

 C value IS 0.42

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6377AA (or 0x6377AA) is known color: Chetwode Blue. HEX triplet: 63, 77 and AA. RGB value is (99,119,170). Sum of RGB (Red+Green+Blue) = 99+119+170=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #6377AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6377AA is #9C8855. Grayscale: #767676. Windows color (decimal): -10258518 or 11171683. OLE color: 11171683.

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

Color convert

RGB 99 119 170 -
CMYK 0.42 0.3 0 0.33
HSL 223.1º 0.29% 0.53% -
HSV(B) 223.1º 0.42% 0.67% -
XYZ 19 18.75 40.65 -
YUV 118.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 99 119 170 0.42 0.3 0 0.33 223.1 0.29 0.53
Hex 63 77 AA 2A 1E 0 21 DF 1D 35
Octal 143 167 252 52 36 0 41 337 35 65
Binary 1100011 1110111 10101010 101010 11110 0 100001 11011111 11101 110101

Color Harmonies of #6377AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6377AA

Black with #6377AA

Text Example


Text Example

White with #6377AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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