#608084

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

Shades of Hoki #608084

Tints of Hoki #608084

Color information

#608084 (or 0x608084) is unknown color: approx 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

RGB96128132-
CMYK0.270.0300.48
HSL186.67º15.79%44.71%-
HSV(B)186.67º27.27%51.76%-
XYZ16.7119.5924.73-
YUV118.89135.4111.67-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961281320.270.0300.48186.6715.7944.71
Hex6080841B3030bb102d
Octal1402002043330602732055
Binary11000001000000010000100110111101100001011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>