#627591

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

Shades of Waikawa Grey #627591

Tints of Waikawa Grey #627591

Color information

#627591 (or 0x627591) is unknown color: approx Waikawa Grey. HEX triplet: 62, 75 and 91. RGB value is (98,117,145). Sum of RGB (Red+Green+Blue) = 98+117+145=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #627591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627591 is #9D8A6E. Grayscale: #727272. Windows color (decimal): -10324591 or 9532770. OLE color: 9532770.

HSL color Cylindrical-coordinate representation of color #627591: hue angle of 215.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627591 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB98117145-
CMYK0.320.1900.43
HSL215.74º19.34%47.65%-
HSV(B)215.74º32.41%56.86%-
XYZ16.5117.3629.27-
YUV114.51145.21116.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=27.22%
G=32.5%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981171450.320.1900.43215.7419.3447.65
Hex627591201302Bd81330
Octal14216522140230533302360
Binary11000101110101100100011000001001101010111101100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627591; }

 p { color: rgb(98,117,145); }

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

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

 a { background-color: rgb(98,117,145); }

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

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

 span { border-color: rgb(98,117,145); }

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