#626797

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

Shades of Waikawa Grey #626797

Tints of Waikawa Grey #626797

Color information

#626797 (or 0x626797) is unknown color: approx Waikawa Grey. HEX triplet: 62, 67 and 97. RGB value is (98,103,151). Sum of RGB (Red+Green+Blue) = 98+103+151=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #626797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626797 is #9D9868. Grayscale: #6A6A6A. Windows color (decimal): -10328169 or 9922402. OLE color: 9922402.

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

Color convert

RGB98103151-
CMYK0.350.3200.41
HSL234.34º21.29%48.82%-
HSV(B)234.34º35.1%59.22%-
XYZ15.4714.5331.27-
YUV106.98152.84121.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=27.84%
G=29.26%
B=42.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981031510.350.3200.41234.3421.2948.82
Hex6267972320029ea1531
Octal14214722743400513522561
Binary110001011001111001011110001110000001010011110101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626797; }

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

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

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

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

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

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

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

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