#667092

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

Shades of Waikawa Grey #667092

Tints of Waikawa Grey #667092

Color information

#667092 (or 0x667092) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 92. RGB value is (102,112,146). Sum of RGB (Red+Green+Blue) = 102+112+146=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #667092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667092 is #998F6D. Grayscale: #707070. Windows color (decimal): -10063726 or 9597030. OLE color: 9597030.

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

Color convert

RGB102112146-
CMYK0.300.2300.43
HSL226.36º17.74%48.63%-
HSV(B)226.36º30.14%57.25%-
XYZ16.4616.4929.51-
YUV112.89146.69120.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=28.33%
G=31.11%
B=40.56%

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
Decimal1021121460.300.2300.43226.3617.7448.63
Hex6670921E1702Be21231
Octal14616022236270533422261
Binary1100110111000010010010111101011101010111110001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667092; }

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

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

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

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

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

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

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

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