#667C84

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

Shades of Hoki #667C84

Tints of Hoki #667C84

Color information

#667C84 (or 0x667C84) is unknown color: approx Hoki. HEX triplet: 66, 7C and 84. RGB value is (102,124,132). Sum of RGB (Red+Green+Blue) = 102+124+132=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #667C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C84 is #99837B. Grayscale: #767676. Windows color (decimal): -10060668 or 8682598. OLE color: 8682598.

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

Color convert

RGB102124132-
CMYK0.230.0600.48
HSL196º12.82%45.88%-
HSV(B)196º22.73%51.76%-
XYZ16.8518.9124.59-
YUV118.33135.71116.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=28.49%
G=34.64%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021241320.230.0600.4819612.8245.88
Hex667C84176030c4d2e
Octal1461742042760603041556
Binary1100110111110010000100101111100110000110001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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