#667191

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

Shades of Waikawa Grey #667191

Tints of Waikawa Grey #667191

Color information

#667191 (or 0x667191) is unknown color: approx Waikawa Grey. HEX triplet: 66, 71 and 91. RGB value is (102,113,145). Sum of RGB (Red+Green+Blue) = 102+113+145=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #667191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667191 is #998E6E. Grayscale: #717171. Windows color (decimal): -10063471 or 9531750. OLE color: 9531750.

HSL color Cylindrical-coordinate representation of color #667191: hue angle of 224.65º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667191 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102113145-
CMYK0.300.2200.43
HSL224.65º17.41%48.43%-
HSV(B)224.65º29.66%56.86%-
XYZ16.516.6829.14-
YUV113.36145.86119.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=28.33%
G=31.39%
B=40.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021131450.300.2200.43224.6517.4148.43
Hex6671911E1602Be11130
Octal14616122136260533412160
Binary1100110111000110010001111101011001010111110000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667191; }

 p { color: rgb(102,113,145); }

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

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

 a { background-color: rgb(102,113,145); }

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

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

 span { border-color: rgb(102,113,145); }

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