#627290

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

Shades of Waikawa Grey #627290

Tints of Waikawa Grey #627290

Color information

#627290 (or 0x627290) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 90. RGB value is (98,114,144). Sum of RGB (Red+Green+Blue) = 98+114+144=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #627290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627290 is #9D8D6F. Grayscale: #707070. Windows color (decimal): -10325360 or 9466466. OLE color: 9466466.

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

Color convert

RGB98114144-
CMYK0.320.2100.44
HSL219.13º19.01%47.45%-
HSV(B)219.13º31.94%56.47%-
XYZ16.0916.6428.75-
YUV112.64145.7117.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=27.53%
G=32.02%
B=40.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981141440.320.2100.44219.1319.0147.45
Hex627290201502Cdb132f
Octal14216222040250543332357
Binary11000101110010100100001000001010101011001101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627290; }

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

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

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

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

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

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

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

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