#626FA0

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

Shades of Waikawa Grey #626FA0

Tints of Waikawa Grey #626FA0

Color information

#626FA0 (or 0x626FA0) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and A0. RGB value is (98,111,160). Sum of RGB (Red+Green+Blue) = 98+111+160=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #626FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FA0 is #9D905F. Grayscale: #707070. Windows color (decimal): -10326112 or 10514274. OLE color: 10514274.

HSL color Cylindrical-coordinate representation of color #626FA0: hue angle of 227.42º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #626FA0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB98111160-
CMYK0.390.3100.37
HSL227.42º24.6%50.59%-
HSV(B)227.42º38.75%62.75%-
XYZ17.0716.535.54-
YUV112.7154.69117.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=26.56%
G=30.08%
B=43.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981111600.390.3100.37227.4224.650.59
Hex626FA0271F025e31933
Octal14215724047370453433163
Binary11000101101111101000001001111111101001011110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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