#626D9A

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

Shades of Waikawa Grey #626D9A

Tints of Waikawa Grey #626D9A

Color information

#626D9A (or 0x626D9A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6D and 9A. RGB value is (98,109,154). Sum of RGB (Red+Green+Blue) = 98+109+154=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #626D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D9A is #9D9265. Grayscale: #6E6E6E. Windows color (decimal): -10326630 or 10120546. OLE color: 10120546.

HSL color Cylindrical-coordinate representation of color #626D9A: hue angle of 228.21º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626D9A is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98109154-
CMYK0.360.2900.40
HSL228.21º22.22%49.41%-
HSV(B)228.21º36.36%60.39%-
XYZ16.3415.8732.77-
YUV110.84152.36118.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=27.15%
G=30.19%
B=42.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981091540.360.2900.40228.2122.2249.41
Hex626D9A241D028e41631
Octal14215523244350503442661
Binary11000101101101100110101001001110101010001110010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,109,154); }

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

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

 a { background-color: rgb(98,109,154); }

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

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

 span { border-color: rgb(98,109,154); }

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