#667E84

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

Shades of Hoki #667E84

Tints of Hoki #667E84

Color information

#667E84 (or 0x667E84) is unknown color: approx Hoki. HEX triplet: 66, 7E and 84. RGB value is (102,126,132). Sum of RGB (Red+Green+Blue) = 102+126+132=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #667E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E84 is #99817B. Grayscale: #777777. Windows color (decimal): -10060156 or 8683110. OLE color: 8683110.

HSL color Cylindrical-coordinate representation of color #667E84: hue angle of 192º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667E84 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102126132-
CMYK0.230.0500.48
HSL192º12.82%45.88%-
HSV(B)192º22.73%51.76%-
XYZ17.1119.4124.68-
YUV119.51135.05115.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=28.33%
G=35%
B=36.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021261320.230.0500.4819212.8245.88
Hex667E84175030c0d2e
Octal1461762042750603001556
Binary1100110111111010000100101111010110000110000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667E84; }

 p { color: rgb(102,126,132); }

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

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

 a { background-color: rgb(102,126,132); }

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

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

 span { border-color: rgb(102,126,132); }

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