#626C9D

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

Shades of Waikawa Grey #626C9D

Tints of Waikawa Grey #626C9D

Color information

#626C9D (or 0x626C9D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6C and 9D. RGB value is (98,108,157). Sum of RGB (Red+Green+Blue) = 98+108+157=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #626C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C9D is #9D9362. Grayscale: #6E6E6E. Windows color (decimal): -10326883 or 10316898. OLE color: 10316898.

HSL color Cylindrical-coordinate representation of color #626C9D: hue angle of 229.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626C9D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98108157-
CMYK0.380.3100.38
HSL229.83º23.14%50%-
HSV(B)229.83º37.58%61.57%-
XYZ16.4915.7634.07-
YUV110.6154.19119.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=27.00%
G=29.75%
B=43.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981081570.380.3100.38229.8323.1450
Hex626C9D261F026e61732
Octal14215423546370463462762
Binary11000101101100100111011001101111101001101110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,157); }

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

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

 a { background-color: rgb(98,108,157); }

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

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

 span { border-color: rgb(98,108,157); }

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