#667292

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

Shades of Waikawa Grey #667292

Tints of Waikawa Grey #667292

Color information

#667292 (or 0x667292) is unknown color: approx Waikawa Grey. HEX triplet: 66, 72 and 92. RGB value is (102,114,146). Sum of RGB (Red+Green+Blue) = 102+114+146=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #667292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667292 is #998D6D. Grayscale: #717171. Windows color (decimal): -10063214 or 9597542. OLE color: 9597542.

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

Color convert

RGB102114146-
CMYK0.300.2200.43
HSL223.64º17.74%48.63%-
HSV(B)223.64º30.14%57.25%-
XYZ16.6916.9329.58-
YUV114.06146.02119.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=28.18%
G=31.49%
B=40.33%

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
Decimal1021141460.300.2200.43223.6417.7448.63
Hex6672921E1602Be01231
Octal14616222236260533402261
Binary1100110111001010010010111101011001010111110000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667292; }

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

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

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

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

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

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

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

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