Html Css Color HEX #608389 Hoki

📋 copy color: '#608389'

red 96 ◦ green 131 ◦ blue 137

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

Shades of Hoki #608389

Tints of Hoki #608389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 26.37%
G = 35.99%
B = 37.64%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#608389 (or 0x608389) is known color: Hoki. HEX triplet: 60, 83 and 89. RGB value is (96,131,137). Sum of RGB (Red+Green+Blue) = 96+131+137=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #608389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608389 is #9F7C76. Grayscale: #797979. Windows color (decimal): -10452087 or 9012064. OLE color: 9012064.

HSL color Cylindrical-coordinate representation of color #608389: hue angle of 188.78º 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 #608389 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 131 137 -
CMYK 0.30 0.04 0 0.46
HSL 188.78º 0.18% 0.46% -
HSV(B) 188.78º 0.3% 0.54% -
XYZ 17.46 20.53 26.71 -
YUV 121.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 96 131 137 0.30 0.04 0 0.46 188.78 0.18 0.46
Hex 60 83 89 1E 4 0 2E BD 12 2E
Octal 140 203 211 36 4 0 56 275 22 56
Binary 1100000 10000011 10001001 11110 100 0 101110 10111101 10010 101110

Color Harmonies of #608389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608389

Black with #608389

Text Example


Text Example

White with #608389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608389; }

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

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

background-color css

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

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

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

border-color css

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

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

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