#667D84

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

Shades of Hoki #667D84

Tints of Hoki #667D84

Color information

#667D84 (or 0x667D84) is unknown color: approx Hoki. HEX triplet: 66, 7D and 84. RGB value is (102,125,132). Sum of RGB (Red+Green+Blue) = 102+125+132=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #667D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D84 is #99827B. Grayscale: #767676. Windows color (decimal): -10060412 or 8682854. OLE color: 8682854.

HSL color Cylindrical-coordinate representation of color #667D84: hue angle of 194º 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 #667D84 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102125132-
CMYK0.230.0500.48
HSL194º12.82%45.88%-
HSV(B)194º22.73%51.76%-
XYZ16.9819.1624.63-
YUV118.92135.38115.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=28.41%
G=34.82%
B=36.77%

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
Decimal1021251320.230.0500.4819412.8245.88
Hex667D84175030c2d2e
Octal1461752042750603021556
Binary1100110111110110000100101111010110000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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