#627090

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

Shades of Waikawa Grey #627090

Tints of Waikawa Grey #627090

Color information

#627090 (or 0x627090) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 90. RGB value is (98,112,144). Sum of RGB (Red+Green+Blue) = 98+112+144=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #627090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627090 is #9D8F6F. Grayscale: #6F6F6F. Windows color (decimal): -10325872 or 9465954. OLE color: 9465954.

HSL color Cylindrical-coordinate representation of color #627090: hue angle of 221.74º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627090 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98112144-
CMYK0.320.2200.44
HSL221.74º19.01%47.45%-
HSV(B)221.74º31.94%56.47%-
XYZ15.8716.228.68-
YUV111.46146.36118.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=27.68%
G=31.64%
B=40.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981121440.320.2200.44221.7419.0147.45
Hex627090201602Cde132f
Octal14216022040260543362357
Binary11000101110000100100001000001011001011001101111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627090; }

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

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

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

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

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

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

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

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