#668286

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

Shades of Hoki #668286

Tints of Hoki #668286

Color information

#668286 (or 0x668286) is unknown color: approx Hoki. HEX triplet: 66, 82 and 86. RGB value is (102,130,134). Sum of RGB (Red+Green+Blue) = 102+130+134=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #668286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668286 is #997D79. Grayscale: #7A7A7A. Windows color (decimal): -10059130 or 8815206. OLE color: 8815206.

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

Color convert

RGB102130134-
CMYK0.240.0300.47
HSL187.5º13.56%46.27%-
HSV(B)187.5º23.88%52.55%-
XYZ17.7720.5125.58-
YUV122.08134.72113.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=27.87%
G=35.52%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021301340.240.0300.47187.513.5646.27
Hex66828618302Fbbe2e
Octal1462022063030572731656
Binary1100110100000101000011011000110101111101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668286; }

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

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

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

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

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

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

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

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