#66808B

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

Shades of Hoki #66808B

Tints of Hoki #66808B

Color information

#66808B (or 0x66808B) is unknown color: approx Hoki. HEX triplet: 66, 80 and 8B. RGB value is (102,128,139). Sum of RGB (Red+Green+Blue) = 102+128+139=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #66808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66808B is #997F74. Grayscale: #797979. Windows color (decimal): -10059637 or 9142374. OLE color: 9142374.

HSL color Cylindrical-coordinate representation of color #66808B: hue angle of 197.84º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66808B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102128139-
CMYK0.270.0800.45
HSL197.84º15.35%47.25%-
HSV(B)197.84º26.62%54.51%-
XYZ17.8620.1327.37-
YUV121.48137.89114.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=27.64%
G=34.69%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021281390.270.0800.45197.8415.3547.25
Hex66808B1B802Dc6f2f
Octal14620021333100553061757
Binary110011010000000100010111101110000101101110001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66808B; }

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

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

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

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

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

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

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

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