#627095

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

Shades of Waikawa Grey #627095

Tints of Waikawa Grey #627095

Color information

#627095 (or 0x627095) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 95. RGB value is (98,112,149). Sum of RGB (Red+Green+Blue) = 98+112+149=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #627095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627095 is #9D8F6A. Grayscale: #6F6F6F. Windows color (decimal): -10325867 or 9793634. OLE color: 9793634.

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

Color convert

RGB98112149-
CMYK0.340.2500.42
HSL223.53º20.65%48.43%-
HSV(B)223.53º34.23%58.43%-
XYZ16.2616.3530.73-
YUV112.03148.86117.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=27.30%
G=31.20%
B=41.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981121490.340.2500.42223.5320.6548.43
Hex627095221902Ae01530
Octal14216022542310523402560
Binary11000101110000100101011000101100101010101110000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627095; }

 p { color: rgb(98,112,149); }

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

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

 a { background-color: rgb(98,112,149); }

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

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

 span { border-color: rgb(98,112,149); }

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