#626CD4

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

Shades of Slate Blue #626CD4

Tints of Slate Blue #626CD4

Color information

#626CD4 (or 0x626CD4) is unknown color: approx Slate Blue. HEX triplet: 62, 6C and D4. RGB value is (98,108,212). Sum of RGB (Red+Green+Blue) = 98+108+212=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #626CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CD4 is #9D932B. Grayscale: #747474. Windows color (decimal): -10326828 or 13921378. OLE color: 13921378.

HSL color Cylindrical-coordinate representation of color #626CD4: hue angle of 234.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #626CD4 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB98108212-
CMYK0.540.4900.17
HSL234.74º57%60.78%-
HSV(B)234.74º53.77%83.14%-
XYZ22.2818.0864.6-
YUV116.87181.69114.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.44%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=23.44%
G=25.84%
B=50.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal981082120.540.4900.17234.745760.78
Hex626CD43631011eb393d
Octal14215432466610213537175
Binary110001011011001101010011011011000101000111101011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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