Html Css Color HEX #6076AB Chetwode Blue

📋 copy color: '#6076AB'

red 96 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #6076AB

Tints of Chetwode Blue #6076AB

RGB

 RED value IS 96 (37.89% from 255) = 24.94%

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 24.94%
G = 30.65%
B = 44.42%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6076AB (or 0x6076AB) is known color: Chetwode Blue. HEX triplet: 60, 76 and AB. RGB value is (96,118,171). Sum of RGB (Red+Green+Blue) = 96+118+171=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 118 (46.48% from 255 or 30.65% 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 #6076AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6076AB is #9F8954. Grayscale: #757575. Windows color (decimal): -10455381 or 11236960. OLE color: 11236960.

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

Color convert

RGB 96 118 171 -
CMYK 0.44 0.31 0 0.33
HSL 222.4º 0.31% 0.52% -
HSV(B) 222.4º 0.44% 0.67% -
XYZ 18.65 18.38 41.09 -
YUV 117.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 96 118 171 0.44 0.31 0 0.33 222.4 0.31 0.52
Hex 60 76 AB 2C 1F 0 21 DE 1F 34
Octal 140 166 253 54 37 0 41 336 37 64
Binary 1100000 1110110 10101011 101100 11111 0 100001 11011110 11111 110100

Color Harmonies of #6076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076AB

Black with #6076AB

Text Example


Text Example

White with #6076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,118,171); }

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

background-color css

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

 a { background-color: rgb(96,118,171); }

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

border-color css

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

 span { border-color: rgb(96,118,171); }

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