#627289

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

Shades of Waikawa Grey #627289

Tints of Waikawa Grey #627289

Color information

#627289 (or 0x627289) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 89. RGB value is (98,114,137). Sum of RGB (Red+Green+Blue) = 98+114+137=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #627289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627289 is #9D8D76. Grayscale: #6F6F6F. Windows color (decimal): -10325367 or 9007714. OLE color: 9007714.

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

Color convert

RGB98114137-
CMYK0.280.1700.46
HSL215.38º16.6%46.08%-
HSV(B)215.38º28.47%53.73%-
XYZ15.5716.4426.02-
YUV111.84142.2118.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=28.08%
G=32.66%
B=39.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981141370.280.1700.46215.3816.646.08
Hex6272891C1102Ed7112e
Octal14216221134210563272156
Binary1100010111001010001001111001000101011101101011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627289; }

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

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

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

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

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

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

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

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