Html Css Color HEX #6077AB Chetwode Blue

📋 copy color: '#6077AB'

red 96 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #6077AB

Tints of Chetwode Blue #6077AB

RGB

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

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

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

R = 24.87%
G = 30.83%
B = 44.3%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6077AB (or 0x6077AB) is known color: Chetwode Blue. HEX triplet: 60, 77 and AB. RGB value is (96,119,171). Sum of RGB (Red+Green+Blue) = 96+119+171=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6077AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6077AB is #9F8854. Grayscale: #757575. Windows color (decimal): -10455125 or 11237216. OLE color: 11237216.

HSL color Cylindrical-coordinate representation of color #6077AB: hue angle of 221.6º 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 #6077AB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 119 171 -
CMYK 0.44 0.30 0 0.33
HSL 221.6º 0.31% 0.52% -
HSV(B) 221.6º 0.44% 0.67% -
XYZ 18.77 18.62 41.13 -
YUV 118.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 96 119 171 0.44 0.30 0 0.33 221.6 0.31 0.52
Hex 60 77 AB 2C 1E 0 21 DE 1F 34
Octal 140 167 253 54 36 0 41 336 37 64
Binary 1100000 1110111 10101011 101100 11110 0 100001 11011110 11111 110100

Color Harmonies of #6077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077AB

Black with #6077AB

Text Example


Text Example

White with #6077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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