#627A9B

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

Shades of Waikawa Grey #627A9B

Tints of Waikawa Grey #627A9B

Color information

#627A9B (or 0x627A9B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 7A and 9B. RGB value is (98,122,155). Sum of RGB (Red+Green+Blue) = 98+122+155=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #627A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A9B is #9D8564. Grayscale: #767676. Windows color (decimal): -10323301 or 10189410. OLE color: 10189410.

HSL color Cylindrical-coordinate representation of color #627A9B: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627A9B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98122155-
CMYK0.370.2100.39
HSL214.74º22.53%49.61%-
HSV(B)214.74º36.77%60.78%-
XYZ17.9118.8833.71-
YUV118.59148.55113.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=26.13%
G=32.53%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981221550.370.2100.39214.7422.5349.61
Hex627A9B2515027d71732
Octal14217223345250473272762
Binary11000101111010100110111001011010101001111101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,122,155); }

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

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

 a { background-color: rgb(98,122,155); }

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

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

 span { border-color: rgb(98,122,155); }

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