#627895

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

Shades of Waikawa Grey #627895

Tints of Waikawa Grey #627895

Color information

#627895 (or 0x627895) is unknown color: approx Waikawa Grey. HEX triplet: 62, 78 and 95. RGB value is (98,120,149). Sum of RGB (Red+Green+Blue) = 98+120+149=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #627895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627895 is #9D876A. Grayscale: #747474. Windows color (decimal): -10323819 or 9795682. OLE color: 9795682.

HSL color Cylindrical-coordinate representation of color #627895: hue angle of 214.12º 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 #627895 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98120149-
CMYK0.340.1900.42
HSL214.12º20.65%48.43%-
HSV(B)214.12º34.23%58.43%-
XYZ17.1818.231.04-
YUV116.73146.21114.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=26.70%
G=32.70%
B=40.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981201490.340.1900.42214.1220.6548.43
Hex627895221302Ad61530
Octal14217022542230523262560
Binary11000101111000100101011000101001101010101101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627895; }

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

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

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

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

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

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

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

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