#677289

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

Shades of Waikawa Grey #677289

Tints of Waikawa Grey #677289

Color information

#677289 (or 0x677289) is unknown color: approx Waikawa Grey. HEX triplet: 67, 72 and 89. RGB value is (103,114,137). Sum of RGB (Red+Green+Blue) = 103+114+137=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #677289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677289 is #988D76. Grayscale: #717171. Windows color (decimal): -9997687 or 9007719. OLE color: 9007719.

HSL color Cylindrical-coordinate representation of color #677289: hue angle of 220.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677289 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB103114137-
CMYK0.250.1700.46
HSL220.59º14.17%47.06%-
HSV(B)220.59º24.82%53.73%-
XYZ16.1316.7226.05-
YUV113.33141.36120.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=29.10%
G=32.20%
B=38.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031141370.250.1700.46220.5914.1747.06
Hex677289191102Edde2f
Octal14716221131210563351657
Binary110011111100101000100111001100010101110110111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677289; }

 p { color: rgb(103,114,137); }

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

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

 a { background-color: rgb(103,114,137); }

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

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

 span { border-color: rgb(103,114,137); }

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