#626DD4

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

Shades of Slate Blue #626DD4

Tints of Slate Blue #626DD4

Color information

#626DD4 (or 0x626DD4) is unknown color: approx Slate Blue. HEX triplet: 62, 6D and D4. RGB value is (98,109,212). Sum of RGB (Red+Green+Blue) = 98+109+212=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #626DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DD4 is #9D922B. Grayscale: #757575. Windows color (decimal): -10326572 or 13921634. OLE color: 13921634.

HSL color Cylindrical-coordinate representation of color #626DD4: hue angle of 234.21º 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 #626DD4 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB98109212-
CMYK0.540.4900.17
HSL234.21º57%60.78%-
HSV(B)234.21º53.77%83.14%-
XYZ22.3918.2964.64-
YUV117.45181.36114.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.39%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 212 (83.20% from 255) = 50.60%
R=23.39%
G=26.01%
B=50.60%

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
Decimal981092120.540.4900.17234.215760.78
Hex626DD43631011ea393d
Octal14215532466610213527175
Binary110001011011011101010011011011000101000111101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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