#66828C

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

Shades of Hoki #66828C

Tints of Hoki #66828C

Color information

#66828C (or 0x66828C) is unknown color: approx Hoki. HEX triplet: 66, 82 and 8C. RGB value is (102,130,140). Sum of RGB (Red+Green+Blue) = 102+130+140=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #66828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66828C is #997D73. Grayscale: #7A7A7A. Windows color (decimal): -10059124 or 9208422. OLE color: 9208422.

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

Color convert

RGB102130140-
CMYK0.270.0700.45
HSL195.79º15.7%47.45%-
HSV(B)195.79º27.14%54.9%-
XYZ18.220.6827.84-
YUV122.77137.72113.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=27.42%
G=34.95%
B=37.63%

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
Decimal1021301400.270.0700.45195.7915.747.45
Hex66828C1B702Dc4102f
Octal1462022143370553042057
Binary110011010000010100011001101111101011011100010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66828C; }

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

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

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

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

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

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

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

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