#627BA4

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

Shades of Waikawa Grey #627BA4

Tints of Waikawa Grey #627BA4

Color information

#627BA4 (or 0x627BA4) is unknown color: approx Waikawa Grey. HEX triplet: 62, 7B and A4. RGB value is (98,123,164). Sum of RGB (Red+Green+Blue) = 98+123+164=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #627BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627BA4 is #9D845B. Grayscale: #787878. Windows color (decimal): -10323036 or 10779490. OLE color: 10779490.

HSL color Cylindrical-coordinate representation of color #627BA4: hue angle of 217.27º degrees, saturation: 0.27, 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 #627BA4 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98123164-
CMYK0.400.2500.36
HSL217.27º26.61%51.37%-
HSV(B)217.27º40.24%64.31%-
XYZ18.8219.4437.88-
YUV120.2152.72112.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=25.45%
G=31.95%
B=42.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981231640.400.2500.36217.2726.6151.37
Hex627BA42819024d91b33
Octal14217324450310443313363
Binary11000101111011101001001010001100101001001101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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