#667F87

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

Shades of Hoki #667F87

Tints of Hoki #667F87

Color information

#667F87 (or 0x667F87) is unknown color: approx Hoki. HEX triplet: 66, 7F and 87. RGB value is (102,127,135). Sum of RGB (Red+Green+Blue) = 102+127+135=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #667F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F87 is #998078. Grayscale: #787878. Windows color (decimal): -10059897 or 8879974. OLE color: 8879974.

HSL color Cylindrical-coordinate representation of color #667F87: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667F87 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102127135-
CMYK0.240.0600.47
HSL194.55º13.92%46.47%-
HSV(B)194.55º24.44%52.94%-
XYZ17.4419.7525.82-
YUV120.44136.22114.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=28.02%
G=34.89%
B=37.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021271350.240.0600.47194.5513.9246.47
Hex667F8718602Fc3e2e
Octal1461772073060573031656
Binary1100110111111110000111110001100101111110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,135); }

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

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

 a { background-color: rgb(102,127,135); }

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

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

 span { border-color: rgb(102,127,135); }

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