#627393

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

Shades of Waikawa Grey #627393

Tints of Waikawa Grey #627393

Color information

#627393 (or 0x627393) is unknown color: approx Waikawa Grey. HEX triplet: 62, 73 and 93. RGB value is (98,115,147). Sum of RGB (Red+Green+Blue) = 98+115+147=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #627393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627393 is #9D8C6C. Grayscale: #717171. Windows color (decimal): -10325101 or 9663330. OLE color: 9663330.

HSL color Cylindrical-coordinate representation of color #627393: hue angle of 219.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627393 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98115147-
CMYK0.330.2200.42
HSL219.18º20%48.04%-
HSV(B)219.18º33.33%57.65%-
XYZ16.4316.9630.01-
YUV113.56146.87116.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=27.22%
G=31.94%
B=40.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981151470.330.2200.42219.182048.04
Hex627393211602Adb1430
Octal14216322341260523332460
Binary11000101110011100100111000011011001010101101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627393; }

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

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

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

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

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

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

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

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