#627790

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

Shades of Waikawa Grey #627790

Tints of Waikawa Grey #627790

Color information

#627790 (or 0x627790) is unknown color: approx Waikawa Grey. HEX triplet: 62, 77 and 90. RGB value is (98,119,144). Sum of RGB (Red+Green+Blue) = 98+119+144=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #627790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627790 is #9D886F. Grayscale: #737373. Windows color (decimal): -10324080 or 9467746. OLE color: 9467746.

HSL color Cylindrical-coordinate representation of color #627790: hue angle of 212.61º 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 #627790 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98119144-
CMYK0.320.1700.44
HSL212.61º19.01%47.45%-
HSV(B)212.61º31.94%56.47%-
XYZ16.6717.828.94-
YUV115.57144.04115.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=27.15%
G=32.96%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981191440.320.1700.44212.6119.0147.45
Hex627790201102Cd5132f
Octal14216722040210543252357
Binary11000101110111100100001000001000101011001101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627790; }

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

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

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

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

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

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

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

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