#627BA2

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

Shades of Waikawa Grey #627BA2

Tints of Waikawa Grey #627BA2

Color information

#627BA2 (or 0x627BA2) is unknown color: approx Waikawa Grey. HEX triplet: 62, 7B and A2. RGB value is (98,123,162). Sum of RGB (Red+Green+Blue) = 98+123+162=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 162 - color contains mainly: blue. Hex color #627BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627BA2 is #9D845D. Grayscale: #777777. Windows color (decimal): -10323038 or 10648418. OLE color: 10648418.

HSL color Cylindrical-coordinate representation of color #627BA2: hue angle of 216.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #627BA2 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98123162-
CMYK0.400.2400.36
HSL216.56º25.6%50.98%-
HSV(B)216.56º39.51%63.53%-
XYZ18.6419.3736.94-
YUV119.97151.72112.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 162 (63.67% from 255) = 42.30%
R=25.59%
G=32.11%
B=42.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981231620.400.2400.36216.5625.650.98
Hex627BA22818024d91a33
Octal14217324250300443313263
Binary11000101111011101000101010001100001001001101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627BA2; }

 p { color: rgb(98,123,162); }

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

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

 a { background-color: rgb(98,123,162); }

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

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

 span { border-color: rgb(98,123,162); }

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