#5F6CD9

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

Shades of Slate Blue #5F6CD9

Tints of Slate Blue #5F6CD9

Color information

#5F6CD9 (or 0x5F6CD9) is unknown color: approx Slate Blue. HEX triplet: 5F, 6C and D9. RGB value is (95,108,217). Sum of RGB (Red+Green+Blue) = 95+108+217=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #5F6CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6CD9 is #A09326. Grayscale: #747474. Windows color (decimal): -10523431 or 14249055. OLE color: 14249055.

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

Color convert

RGB95108217-
CMYK0.560.5000.15
HSL233.61º61.62%61.18%-
HSV(B)233.61º56.22%85.1%-
XYZ22.6118.1767.96-
YUV116.54184.69112.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=22.62%
G=25.71%
B=51.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal951082170.560.5000.15233.6161.6261.18
Hex5F6CD938320Fea3e3d
Octal13715433170620173527675
Binary10111111101100110110011110001100100111111101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6CD9; }

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

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

<style>
 a { background-color: #5F6CD9; }

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

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

<style>
 span { border-color: #5F6CD9; }

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

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