#627997

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

Shades of Waikawa Grey #627997

Tints of Waikawa Grey #627997

Color information

#627997 (or 0x627997) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and 97. RGB value is (98,121,151). Sum of RGB (Red+Green+Blue) = 98+121+151=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #627997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627997 is #9D8668. Grayscale: #757575. Windows color (decimal): -10323561 or 9927010. OLE color: 9927010.

HSL color Cylindrical-coordinate representation of color #627997: hue angle of 213.96º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627997 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98121151-
CMYK0.350.2000.41
HSL213.96º21.29%48.82%-
HSV(B)213.96º35.1%59.22%-
XYZ17.4618.5131.93-
YUV117.54146.88114.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=26.49%
G=32.70%
B=40.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981211510.350.2000.41213.9621.2948.82
Hex6279972314029d61531
Octal14217122743240513262561
Binary11000101111001100101111000111010001010011101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627997; }

 p { color: rgb(98,121,151); }

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

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

 a { background-color: rgb(98,121,151); }

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

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

 span { border-color: rgb(98,121,151); }

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