Html Css Color HEX #608085 Hoki

📋 copy color: '#608085'

red 96 ◦ green 128 ◦ blue 133

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

Shades of Hoki #608085

Tints of Hoki #608085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 26.89%
G = 35.85%
B = 37.25%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#608085 (or 0x608085) is known color: Hoki. HEX triplet: 60, 80 and 85. RGB value is (96,128,133). Sum of RGB (Red+Green+Blue) = 96+128+133=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #608085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608085 is #9F7F7A. Grayscale: #767676. Windows color (decimal): -10452859 or 8749152. OLE color: 8749152.

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

Color convert

RGB 96 128 133 -
CMYK 0.28 0.04 0 0.48
HSL 188.11º 0.16% 0.45% -
HSV(B) 188.11º 0.28% 0.52% -
XYZ 16.78 19.62 25.09 -
YUV 119 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 96 128 133 0.28 0.04 0 0.48 188.11 0.16 0.45
Hex 60 80 85 1C 4 0 30 BC 10 2D
Octal 140 200 205 34 4 0 60 274 20 55
Binary 1100000 10000000 10000101 11100 100 0 110000 10111100 10000 101101

Color Harmonies of #608085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608085

Black with #608085

Text Example


Text Example

White with #608085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608085; }

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

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

background-color css

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

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

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

border-color css

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

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

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