Html Css Color HEX #608189 Hoki

📋 copy color: '#608189'

red 96 ◦ green 129 ◦ blue 137

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

Shades of Hoki #608189

Tints of Hoki #608189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 26.52%
G = 35.64%
B = 37.85%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#608189 (or 0x608189) is known color: Hoki. HEX triplet: 60, 81 and 89. RGB value is (96,129,137). Sum of RGB (Red+Green+Blue) = 96+129+137=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #608189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608189 is #9F7E76. Grayscale: #777777. Windows color (decimal): -10452599 or 9011552. OLE color: 9011552.

HSL color Cylindrical-coordinate representation of color #608189: hue angle of 191.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608189 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 129 137 -
CMYK 0.30 0.06 0 0.46
HSL 191.71º 0.18% 0.46% -
HSV(B) 191.71º 0.3% 0.54% -
XYZ 17.19 19.99 26.62 -
YUV 120.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 96 129 137 0.30 0.06 0 0.46 191.71 0.18 0.46
Hex 60 81 89 1E 6 0 2E C0 12 2E
Octal 140 201 211 36 6 0 56 300 22 56
Binary 1100000 10000001 10001001 11110 110 0 101110 11000000 10010 101110

Color Harmonies of #608189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608189

Black with #608189

Text Example


Text Example

White with #608189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608189; }

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

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

background-color css

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

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

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

border-color css

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

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

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