#627087

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

Shades of Waikawa Grey #627087

Tints of Waikawa Grey #627087

Color information

#627087 (or 0x627087) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 87. RGB value is (98,112,135). Sum of RGB (Red+Green+Blue) = 98+112+135=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #627087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627087 is #9D8F78. Grayscale: #6E6E6E. Windows color (decimal): -10325881 or 8876130. OLE color: 8876130.

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

Color convert

RGB98112135-
CMYK0.270.1700.47
HSL217.3º15.88%45.69%-
HSV(B)217.3º27.41%52.94%-
XYZ15.215.9325.2-
YUV110.44141.86119.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=28.41%
G=32.46%
B=39.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981121350.270.1700.47217.315.8845.69
Hex6270871B1102Fd9102e
Octal14216020733210573312056
Binary1100010111000010000111110111000101011111101100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627087; }

 p { color: rgb(98,112,135); }

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

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

 a { background-color: rgb(98,112,135); }

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

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

 span { border-color: rgb(98,112,135); }

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