Html Css Color HEX #608285 Hoki

📋 copy color: '#608285'

red 96 ◦ green 130 ◦ blue 133

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

Shades of Hoki #608285

Tints of Hoki #608285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

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

R = 26.74%
G = 36.21%
B = 37.05%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#608285 (or 0x608285) is known color: Hoki. HEX triplet: 60, 82 and 85. RGB value is (96,130,133). Sum of RGB (Red+Green+Blue) = 96+130+133=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #608285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608285 is #9F7D7A. Grayscale: #787878. Windows color (decimal): -10452347 or 8749664. OLE color: 8749664.

HSL color Cylindrical-coordinate representation of color #608285: hue angle of 184.86º 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 #608285 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 130 133 -
CMYK 0.28 0.02 0 0.48
HSL 184.86º 0.16% 0.45% -
HSV(B) 184.86º 0.28% 0.52% -
XYZ 17.04 20.15 25.18 -
YUV 120.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 96 130 133 0.28 0.02 0 0.48 184.86 0.16 0.45
Hex 60 82 85 1C 2 0 30 B9 10 2D
Octal 140 202 205 34 2 0 60 271 20 55
Binary 1100000 10000010 10000101 11100 10 0 110000 10111001 10000 101101

Color Harmonies of #608285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608285

Black with #608285

Text Example


Text Example

White with #608285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608285; }

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

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

background-color css

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

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

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

border-color css

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

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

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