#668188

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

Shades of Hoki #668188

Tints of Hoki #668188

Color information

#668188 (or 0x668188) is unknown color: approx Hoki. HEX triplet: 66, 81 and 88. RGB value is (102,129,136). Sum of RGB (Red+Green+Blue) = 102+129+136=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #668188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668188 is #997E77. Grayscale: #797979. Windows color (decimal): -10059384 or 8946022. OLE color: 8946022.

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

Color convert

RGB102129136-
CMYK0.250.0500.47
HSL192.35º14.29%46.67%-
HSV(B)192.35º25%53.33%-
XYZ17.7720.326.27-
YUV121.72136.05113.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=27.79%
G=35.15%
B=37.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021291360.250.0500.47192.3514.2946.67
Hex66818819502Fc0e2f
Octal1462012103150573001657
Binary11001101000000110001000110011010101111110000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668188; }

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

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

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

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

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

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

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

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