Html Css Color HEX #608084 Hoki

📋 copy color: '#608084'

red 96 ◦ green 128 ◦ blue 132

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

Shades of Hoki #608084

Tints of Hoki #608084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 26.97%
G = 35.96%
B = 37.08%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#608084 (or 0x608084) is known color: Hoki. HEX triplet: 60, 80 and 84. RGB value is (96,128,132). Sum of RGB (Red+Green+Blue) = 96+128+132=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #608084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608084 is #9F7F7B. Grayscale: #767676. Windows color (decimal): -10452860 or 8683616. OLE color: 8683616.

HSL color Cylindrical-coordinate representation of color #608084: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608084 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 128 132 -
CMYK 0.27 0.03 0 0.48
HSL 186.67º 0.16% 0.45% -
HSV(B) 186.67º 0.27% 0.52% -
XYZ 16.71 19.59 24.73 -
YUV 118.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 96 128 132 0.27 0.03 0 0.48 186.67 0.16 0.45
Hex 60 80 84 1B 3 0 30 BB 10 2D
Octal 140 200 204 33 3 0 60 273 20 55
Binary 1100000 10000000 10000100 11011 11 0 110000 10111011 10000 101101

Color Harmonies of #608084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608084

Black with #608084

Text Example


Text Example

White with #608084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608084; }

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

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

background-color css

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

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

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

border-color css

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

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

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