#668189

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

Shades of Hoki #668189

Tints of Hoki #668189

Color information

#668189 (or 0x668189) is unknown color: approx Hoki. HEX triplet: 66, 81 and 89. RGB value is (102,129,137). Sum of RGB (Red+Green+Blue) = 102+129+137=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #668189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668189 is #997E76. Grayscale: #797979. Windows color (decimal): -10059383 or 9011558. OLE color: 9011558.

HSL color Cylindrical-coordinate representation of color #668189: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668189 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102129137-
CMYK0.260.0600.46
HSL193.71º14.64%46.86%-
HSV(B)193.71º25.55%53.73%-
XYZ17.8520.3326.65-
YUV121.84136.55113.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=27.72%
G=35.05%
B=37.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021291370.260.0600.46193.7114.6446.86
Hex6681891A602Ec2f2f
Octal1462012113260563021757
Binary11001101000000110001001110101100101110110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668189; }

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

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

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

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

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

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

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

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