#66818B

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

Shades of Hoki #66818B

Tints of Hoki #66818B

Color information

#66818B (or 0x66818B) is unknown color: approx Hoki. HEX triplet: 66, 81 and 8B. RGB value is (102,129,139). Sum of RGB (Red+Green+Blue) = 102+129+139=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #66818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66818B is #997E74. Grayscale: #7A7A7A. Windows color (decimal): -10059381 or 9142630. OLE color: 9142630.

HSL color Cylindrical-coordinate representation of color #66818B: hue angle of 196.22º 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 #66818B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102129139-
CMYK0.270.0700.45
HSL196.22º15.35%47.25%-
HSV(B)196.22º26.62%54.51%-
XYZ17.9920.3927.41-
YUV122.07137.55113.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=27.57%
G=34.86%
B=37.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021291390.270.0700.45196.2215.3547.25
Hex66818B1B702Dc4f2f
Octal1462012133370553041757
Binary11001101000000110001011110111110101101110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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