#667B84

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

Shades of Hoki #667B84

Tints of Hoki #667B84

Color information

#667B84 (or 0x667B84) is unknown color: approx Hoki. HEX triplet: 66, 7B and 84. RGB value is (102,123,132). Sum of RGB (Red+Green+Blue) = 102+123+132=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #667B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B84 is #99847B. Grayscale: #757575. Windows color (decimal): -10060924 or 8682342. OLE color: 8682342.

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

Color convert

RGB102123132-
CMYK0.230.0700.48
HSL198º12.82%45.88%-
HSV(B)198º22.73%51.76%-
XYZ16.7318.6624.55-
YUV117.75136.04116.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=28.57%
G=34.45%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021231320.230.0700.4819812.8245.88
Hex667B84177030c6d2e
Octal1461732042770603061556
Binary1100110111101110000100101111110110000110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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