#626FDD

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

Shades of Slate Blue #626FDD

Tints of Slate Blue #626FDD

Color information

#626FDD (or 0x626FDD) is unknown color: approx Slate Blue. HEX triplet: 62, 6F and DD. RGB value is (98,111,221). Sum of RGB (Red+Green+Blue) = 98+111+221=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #626FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FDD is #9D9022. Grayscale: #777777. Windows color (decimal): -10326051 or 14511970. OLE color: 14511970.

HSL color Cylindrical-coordinate representation of color #626FDD: hue angle of 233.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626FDD is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98111221-
CMYK0.560.5000.13
HSL233.66º64.4%62.55%-
HSV(B)233.66º55.66%86.67%-
XYZ23.7719.1970.86-
YUV119.65185.19112.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.79%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=22.79%
G=25.81%
B=51.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981112210.560.5000.13233.6664.462.55
Hex626FDD38320Dea403f
Octal142157335706201535210077
Binary110001011011111101110111100011001001101111010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,111,221); }

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

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

 a { background-color: rgb(98,111,221); }

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

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

 span { border-color: rgb(98,111,221); }

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