#626CD9

Color #626CD9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #626CD9

Tints of Slate Blue #626CD9

Color information

#626CD9 (or 0x626CD9) is unknown color: approx Slate Blue. HEX triplet: 62, 6C and D9. RGB value is (98,108,217). Sum of RGB (Red+Green+Blue) = 98+108+217=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #626CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CD9 is #9D9326. Grayscale: #747474. Windows color (decimal): -10326823 or 14249058. OLE color: 14249058.

HSL color Cylindrical-coordinate representation of color #626CD9: hue angle of 234.96º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626CD9 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98108217-
CMYK0.550.5000.15
HSL234.96º61.03%61.76%-
HSV(B)234.96º54.84%85.1%-
XYZ22.9218.3367.98-
YUV117.44184.19114.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.17%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 217 (85.16% from 255) = 51.30%
R=23.17%
G=25.53%
B=51.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981082170.550.5000.15234.9661.0361.76
Hex626CD937320Feb3d3e
Octal14215433167620173537576
Binary11000101101100110110011101111100100111111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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