#626E93

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

Shades of Waikawa Grey #626E93

Tints of Waikawa Grey #626E93

Color information

#626E93 (or 0x626E93) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6E and 93. RGB value is (98,110,147). Sum of RGB (Red+Green+Blue) = 98+110+147=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #626E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E93 is #9D916C. Grayscale: #6E6E6E. Windows color (decimal): -10326381 or 9662050. OLE color: 9662050.

HSL color Cylindrical-coordinate representation of color #626E93: hue angle of 225.31º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626E93 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98110147-
CMYK0.330.2500.42
HSL225.31º20%48.04%-
HSV(B)225.31º33.33%57.65%-
XYZ15.8815.8629.83-
YUV110.63148.52118.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=27.61%
G=30.99%
B=41.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981101470.330.2500.42225.312048.04
Hex626E93211902Ae11430
Octal14215622341310523412460
Binary11000101101110100100111000011100101010101110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,110,147); }

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

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

 a { background-color: rgb(98,110,147); }

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

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

 span { border-color: rgb(98,110,147); }

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