#677492

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

Shades of Waikawa Grey #677492

Tints of Waikawa Grey #677492

Color information

#677492 (or 0x677492) is unknown color: approx Waikawa Grey. HEX triplet: 67, 74 and 92. RGB value is (103,116,146). Sum of RGB (Red+Green+Blue) = 103+116+146=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #677492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677492 is #988B6D. Grayscale: #737373. Windows color (decimal): -9997166 or 9598055. OLE color: 9598055.

HSL color Cylindrical-coordinate representation of color #677492: hue angle of 221.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677492 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103116146-
CMYK0.290.2100.43
HSL221.86º17.27%48.82%-
HSV(B)221.86º29.45%57.25%-
XYZ17.0317.4529.66-
YUV115.53145.19119.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 146 (57.42% from 255) = 40%
R=28.22%
G=31.78%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031161460.290.2100.43221.8617.2748.82
Hex6774921D1502Bde1131
Octal14716422235250533362161
Binary1100111111010010010010111011010101010111101111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677492; }

 p { color: rgb(103,116,146); }

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

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

 a { background-color: rgb(103,116,146); }

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

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

 span { border-color: rgb(103,116,146); }

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