Html Css Color HEX #608186 Hoki

📋 copy color: '#608186'

red 96 ◦ green 129 ◦ blue 134

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

Shades of Hoki #608186

Tints of Hoki #608186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 26.74%
G = 35.93%
B = 37.33%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#608186 (or 0x608186) is known color: Hoki. HEX triplet: 60, 81 and 86. RGB value is (96,129,134). Sum of RGB (Red+Green+Blue) = 96+129+134=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #608186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608186 is #9F7E79. Grayscale: #777777. Windows color (decimal): -10452602 or 8814944. OLE color: 8814944.

HSL color Cylindrical-coordinate representation of color #608186: hue angle of 187.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608186 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 129 134 -
CMYK 0.28 0.04 0 0.47
HSL 187.89º 0.17% 0.45% -
HSV(B) 187.89º 0.28% 0.53% -
XYZ 16.98 19.91 25.5 -
YUV 119.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 96 129 134 0.28 0.04 0 0.47 187.89 0.17 0.45
Hex 60 81 86 1C 4 0 2F BC 11 2D
Octal 140 201 206 34 4 0 57 274 21 55
Binary 1100000 10000001 10000110 11100 100 0 101111 10111100 10001 101101

Color Harmonies of #608186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608186

Black with #608186

Text Example


Text Example

White with #608186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608186; }

 p { color: rgb(96,129,134); }

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

background-color css

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

 a { background-color: rgb(96,129,134); }

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

border-color css

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

 span { border-color: rgb(96,129,134); }

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