Html Css Color HEX #60808C Hoki

📋 copy color: '#60808C'

red 96 ◦ green 128 ◦ blue 140

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

Shades of Hoki #60808C

Tints of Hoki #60808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 26.37%
G = 35.16%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60808C (or 0x60808C) is known color: Hoki. HEX triplet: 60, 80 and 8C. RGB value is (96,128,140). Sum of RGB (Red+Green+Blue) = 96+128+140=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #60808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60808C is #9F7F73. Grayscale: #777777. Windows color (decimal): -10452852 or 9207904. OLE color: 9207904.

HSL color Cylindrical-coordinate representation of color #60808C: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60808C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 128 140 -
CMYK 0.31 0.09 0 0.45
HSL 196.36º 0.19% 0.46% -
HSV(B) 196.36º 0.31% 0.55% -
XYZ 17.28 19.82 27.73 -
YUV 119.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 96 128 140 0.31 0.09 0 0.45 196.36 0.19 0.46
Hex 60 80 8C 1F 9 0 2D C4 13 2E
Octal 140 200 214 37 11 0 55 304 23 56
Binary 1100000 10000000 10001100 11111 1001 0 101101 11000100 10011 101110

Color Harmonies of #60808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60808C

Black with #60808C

Text Example


Text Example

White with #60808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60808C; }

 p { color: rgb(96,128,140); }

 H1.HeaderClassName
 {
   color: #60808C;
 }
 .AnyTagClassName
 {
   color: #60808C;
 }
</style>

background-color css

<style>
 a { background-color: #60808C; }

 a { background-color: rgb(96,128,140); }

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

border-color css

<style>
 span { border-color: #60808C; }

 span { border-color: rgb(96,128,140); }

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