#627390

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

Shades of Waikawa Grey #627390

Tints of Waikawa Grey #627390

Color information

#627390 (or 0x627390) is unknown color: approx Waikawa Grey. HEX triplet: 62, 73 and 90. RGB value is (98,115,144). Sum of RGB (Red+Green+Blue) = 98+115+144=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #627390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627390 is #9D8C6F. Grayscale: #717171. Windows color (decimal): -10325104 or 9466722. OLE color: 9466722.

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

Color convert

RGB98115144-
CMYK0.320.2000.44
HSL217.83º19.01%47.45%-
HSV(B)217.83º31.94%56.47%-
XYZ16.216.8728.79-
YUV113.22145.37117.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=27.45%
G=32.21%
B=40.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981151440.320.2000.44217.8319.0147.45
Hex627390201402Cda132f
Octal14216322040240543322357
Binary11000101110011100100001000001010001011001101101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627390; }

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

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

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

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

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

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

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

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