#667294

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

Shades of Waikawa Grey #667294

Tints of Waikawa Grey #667294

Color information

#667294 (or 0x667294) is unknown color: approx Waikawa Grey. HEX triplet: 66, 72 and 94. RGB value is (102,114,148). Sum of RGB (Red+Green+Blue) = 102+114+148=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #667294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667294 is #998D6B. Grayscale: #727272. Windows color (decimal): -10063212 or 9728614. OLE color: 9728614.

HSL color Cylindrical-coordinate representation of color #667294: hue angle of 224.35º 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 #667294 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102114148-
CMYK0.310.2300.42
HSL224.35º18.4%49.02%-
HSV(B)224.35º31.08%58.04%-
XYZ16.841730.41-
YUV114.29147.02119.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=28.02%
G=31.32%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021141480.310.2300.42224.3518.449.02
Hex6672941F1702Ae01231
Octal14616222437270523402261
Binary1100110111001010010100111111011101010101110000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667294; }

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

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

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

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

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

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

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

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