#668084

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

Shades of Hoki #668084

Tints of Hoki #668084

Color information

#668084 (or 0x668084) is unknown color: approx Hoki. HEX triplet: 66, 80 and 84. RGB value is (102,128,132). Sum of RGB (Red+Green+Blue) = 102+128+132=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #668084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668084 is #997F7B. Grayscale: #787878. Windows color (decimal): -10059644 or 8683622. OLE color: 8683622.

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

Color convert

RGB102128132-
CMYK0.230.0300.48
HSL188º12.82%45.88%-
HSV(B)188º22.73%51.76%-
XYZ17.3619.9324.76-
YUV120.68134.39114.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=28.18%
G=35.36%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021281320.230.0300.4818812.8245.88
Hex668084173030bcd2e
Octal1462002042730602741556
Binary1100110100000001000010010111110110000101111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668084; }

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

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

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

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

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

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

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

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