#667982

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

Shades of Hoki #667982

Tints of Hoki #667982

Color information

#667982 (or 0x667982) is unknown color: approx Hoki. HEX triplet: 66, 79 and 82. RGB value is (102,121,130). Sum of RGB (Red+Green+Blue) = 102+121+130=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #667982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667982 is #99867D. Grayscale: #747474. Windows color (decimal): -10061438 or 8550758. OLE color: 8550758.

HSL color Cylindrical-coordinate representation of color #667982: hue angle of 199.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667982 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102121130-
CMYK0.220.0700.49
HSL199.29º12.07%45.49%-
HSV(B)199.29º21.54%50.98%-
XYZ16.3518.1123.75-
YUV116.34135.71117.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=28.90%
G=34.28%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021211300.220.0700.49199.2912.0745.49
Hex667982167031c7c2d
Octal1461712022670613071455
Binary1100110111100110000010101101110110001110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667982; }

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

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

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

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

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

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

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

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