#668185

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

Shades of Hoki #668185

Tints of Hoki #668185

Color information

#668185 (or 0x668185) is unknown color: approx Hoki. HEX triplet: 66, 81 and 85. RGB value is (102,129,133). Sum of RGB (Red+Green+Blue) = 102+129+133=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #668185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668185 is #997E7A. Grayscale: #797979. Windows color (decimal): -10059387 or 8749414. OLE color: 8749414.

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

Color convert

RGB102129133-
CMYK0.230.0300.48
HSL187.74º13.19%46.08%-
HSV(B)187.74º23.31%52.16%-
XYZ17.5620.2225.17-
YUV121.38134.55114.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=28.02%
G=35.44%
B=36.54%

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
Decimal1021291330.230.0300.48187.7413.1946.08
Hex668185173030bcd2e
Octal1462012052730602741556
Binary1100110100000011000010110111110110000101111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668185; }

 p { color: rgb(102,129,133); }

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

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

 a { background-color: rgb(102,129,133); }

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

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

 span { border-color: rgb(102,129,133); }

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