#667594

Color #667594 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #667594

Tints of Waikawa Grey #667594

Color information

#667594 (or 0x667594) is unknown color: approx Waikawa Grey. HEX triplet: 66, 75 and 94. RGB value is (102,117,148). Sum of RGB (Red+Green+Blue) = 102+117+148=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #667594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667594 is #998A6B. Grayscale: #737373. Windows color (decimal): -10062444 or 9729382. OLE color: 9729382.

HSL color Cylindrical-coordinate representation of color #667594: hue angle of 220.43º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667594 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102117148-
CMYK0.310.2100.42
HSL220.43º18.4%49.02%-
HSV(B)220.43º31.08%58.04%-
XYZ17.1917.6930.52-
YUV116.05146.03117.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=27.79%
G=31.88%
B=40.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021171480.310.2100.42220.4318.449.02
Hex6675941F1502Adc1231
Octal14616522437250523342261
Binary1100110111010110010100111111010101010101101110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667594; }

 p { color: rgb(102,117,148); }

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

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

 a { background-color: rgb(102,117,148); }

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

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

 span { border-color: rgb(102,117,148); }

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