#667A84

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

Shades of Hoki #667A84

Tints of Hoki #667A84

Color information

#667A84 (or 0x667A84) is unknown color: approx Hoki. HEX triplet: 66, 7A and 84. RGB value is (102,122,132). Sum of RGB (Red+Green+Blue) = 102+122+132=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #667A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A84 is #99857B. Grayscale: #757575. Windows color (decimal): -10061180 or 8682086. OLE color: 8682086.

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

Color convert

RGB102122132-
CMYK0.230.0800.48
HSL200º12.82%45.88%-
HSV(B)200º22.73%51.76%-
XYZ16.618.4124.51-
YUV117.16136.37117.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=28.65%
G=34.27%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021221320.230.0800.4820012.8245.88
Hex667A84178030c8d2e
Octal14617220427100603101556
Binary11001101111010100001001011110000110000110010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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