#608286

Color #608286 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #608286

Tints of Hoki #608286

Color information

#608286 (or 0x608286) is unknown color: approx Hoki. HEX triplet: 60, 82 and 86. RGB value is (96,130,134). Sum of RGB (Red+Green+Blue) = 96+130+134=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #608286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608286 is #9F7D79. Grayscale: #787878. Windows color (decimal): -10452346 or 8815200. OLE color: 8815200.

HSL color Cylindrical-coordinate representation of color #608286: hue angle of 186.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608286 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96130134-
CMYK0.280.0300.47
HSL186.32º16.52%45.1%-
HSV(B)186.32º28.36%52.55%-
XYZ17.1120.1725.55-
YUV120.29135.74110.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=26.67%
G=36.11%
B=37.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961301340.280.0300.47186.3216.5245.1
Hex6082861C302Fba112d
Octal1402022063430572722155
Binary11000001000001010000110111001101011111011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608286; }

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

 H1.HeaderClassName
 {
   color: #608286;
 }
 .AnyTagClassName
 {
   color: #608286;
 }
</style>
background-color css

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

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

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

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

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

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