#626F90

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

Shades of Waikawa Grey #626F90

Tints of Waikawa Grey #626F90

Color information

#626F90 (or 0x626F90) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 90. RGB value is (98,111,144). Sum of RGB (Red+Green+Blue) = 98+111+144=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #626F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F90 is #9D906F. Grayscale: #6E6E6E. Windows color (decimal): -10326128 or 9465698. OLE color: 9465698.

HSL color Cylindrical-coordinate representation of color #626F90: hue angle of 223.04º 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 #626F90 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98111144-
CMYK0.320.2300.44
HSL223.04º19.01%47.45%-
HSV(B)223.04º31.94%56.47%-
XYZ15.7615.9828.64-
YUV110.88146.69118.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=27.76%
G=31.44%
B=40.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981111440.320.2300.44223.0419.0147.45
Hex626F90201702Cdf132f
Octal14215722040270543372357
Binary11000101101111100100001000001011101011001101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F90; }

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

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

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

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

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

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

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

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