#668288

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

Shades of Hoki #668288

Tints of Hoki #668288

Color information

#668288 (or 0x668288) is unknown color: approx Hoki. HEX triplet: 66, 82 and 88. RGB value is (102,130,136). Sum of RGB (Red+Green+Blue) = 102+130+136=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #668288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668288 is #997D77. Grayscale: #7A7A7A. Windows color (decimal): -10059128 or 8946278. OLE color: 8946278.

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

Color convert

RGB102130136-
CMYK0.250.0400.47
HSL190.59º14.29%46.67%-
HSV(B)190.59º25%53.33%-
XYZ17.9120.5726.32-
YUV122.31135.72113.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=27.72%
G=35.33%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021301360.250.0400.47190.5914.2946.67
Hex66828819402Fbfe2f
Octal1462022103140572771657
Binary11001101000001010001000110011000101111101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668288; }

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

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

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

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

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

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

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

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