#667E85

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

Shades of Hoki #667E85

Tints of Hoki #667E85

Color information

#667E85 (or 0x667E85) is unknown color: approx Hoki. HEX triplet: 66, 7E and 85. RGB value is (102,126,133). Sum of RGB (Red+Green+Blue) = 102+126+133=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #667E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E85 is #99817A. Grayscale: #777777. Windows color (decimal): -10060155 or 8748646. OLE color: 8748646.

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

Color convert

RGB102126133-
CMYK0.230.0500.48
HSL193.55º13.19%46.08%-
HSV(B)193.55º23.31%52.16%-
XYZ17.1719.4425.04-
YUV119.62135.55115.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=28.25%
G=34.90%
B=36.84%

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
Decimal1021261330.230.0500.48193.5513.1946.08
Hex667E85175030c2d2e
Octal1461762052750603021556
Binary1100110111111010000101101111010110000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,126,133); }

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

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

 a { background-color: rgb(102,126,133); }

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

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

 span { border-color: rgb(102,126,133); }

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