#667192

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

Shades of Waikawa Grey #667192

Tints of Waikawa Grey #667192

Color information

#667192 (or 0x667192) is unknown color: approx Waikawa Grey. HEX triplet: 66, 71 and 92. RGB value is (102,113,146). Sum of RGB (Red+Green+Blue) = 102+113+146=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #667192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667192 is #998E6D. Grayscale: #717171. Windows color (decimal): -10063470 or 9597286. OLE color: 9597286.

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

Color convert

RGB102113146-
CMYK0.300.2300.43
HSL225º17.74%48.63%-
HSV(B)225º30.14%57.25%-
XYZ16.5716.7129.55-
YUV113.47146.36119.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=28.25%
G=31.30%
B=40.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021131460.300.2300.4322517.7448.63
Hex6671921E1702Be11231
Octal14616122236270533412261
Binary1100110111000110010010111101011101010111110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667192; }

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

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

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

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

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

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

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

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