#626997

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

Shades of Waikawa Grey #626997

Tints of Waikawa Grey #626997

Color information

#626997 (or 0x626997) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 97. RGB value is (98,105,151). Sum of RGB (Red+Green+Blue) = 98+105+151=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #626997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626997 is #9D9668. Grayscale: #6B6B6B. Windows color (decimal): -10327657 or 9922914. OLE color: 9922914.

HSL color Cylindrical-coordinate representation of color #626997: hue angle of 232.08º 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 #626997 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98105151-
CMYK0.350.3000.41
HSL232.08º21.29%48.82%-
HSV(B)232.08º35.1%59.22%-
XYZ15.6714.9331.33-
YUV108.15152.18120.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=27.68%
G=29.66%
B=42.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981051510.350.3000.41232.0821.2948.82
Hex626997231E029e81531
Octal14215122743360513502561
Binary11000101101001100101111000111111001010011110100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626997; }

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

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

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

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

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

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

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

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