#626790

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

Shades of Waikawa Grey #626790

Tints of Waikawa Grey #626790

Color information

#626790 (or 0x626790) is unknown color: approx Waikawa Grey. HEX triplet: 62, 67 and 90. RGB value is (98,103,144). Sum of RGB (Red+Green+Blue) = 98+103+144=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #626790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626790 is #9D986F. Grayscale: #6A6A6A. Windows color (decimal): -10328176 or 9463650. OLE color: 9463650.

HSL color Cylindrical-coordinate representation of color #626790: hue angle of 233.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626790 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98103144-
CMYK0.320.2800.44
HSL233.48º19.01%47.45%-
HSV(B)233.48º31.94%56.47%-
XYZ14.9214.3128.36-
YUV106.18149.34122.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=28.41%
G=29.86%
B=41.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981031440.320.2800.44233.4819.0147.45
Hex626790201C02Ce9132f
Octal14214722040340543512357
Binary11000101100111100100001000001110001011001110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626790; }

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

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

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

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

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

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

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

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