#668088

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

Shades of Hoki #668088

Tints of Hoki #668088

Color information

#668088 (or 0x668088) is unknown color: approx Hoki. HEX triplet: 66, 80 and 88. RGB value is (102,128,136). Sum of RGB (Red+Green+Blue) = 102+128+136=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #668088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668088 is #997F77. Grayscale: #797979. Windows color (decimal): -10059640 or 8945766. OLE color: 8945766.

HSL color Cylindrical-coordinate representation of color #668088: hue angle of 194.12º 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 #668088 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102128136-
CMYK0.250.0600.47
HSL194.12º14.29%46.67%-
HSV(B)194.12º25%53.33%-
XYZ17.6420.0426.23-
YUV121.14136.39114.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=27.87%
G=34.97%
B=37.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021281360.250.0600.47194.1214.2946.67
Hex66808819602Fc2e2f
Octal1462002103160573021657
Binary11001101000000010001000110011100101111110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668088; }

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

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

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

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

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

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

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

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