#5F6AD7

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

Shades of Slate Blue #5F6AD7

Tints of Slate Blue #5F6AD7

Color information

#5F6AD7 (or 0x5F6AD7) is unknown color: approx Slate Blue. HEX triplet: 5F, 6A and D7. RGB value is (95,106,215). Sum of RGB (Red+Green+Blue) = 95+106+215=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #5F6AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6AD7 is #A09528. Grayscale: #727272. Windows color (decimal): -10523945 or 14117471. OLE color: 14117471.

HSL color Cylindrical-coordinate representation of color #5F6AD7: hue angle of 234.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F6AD7 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95106215-
CMYK0.560.5100.16
HSL234.5º60%60.78%-
HSV(B)234.5º55.81%84.31%-
XYZ22.1417.6566.53-
YUV115.14184.36113.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 215 (84.38% from 255) = 51.68%
R=22.84%
G=25.48%
B=51.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951062150.560.5100.16234.56060.78
Hex5F6AD73833010ea3c3d
Octal13715232770630203527475
Binary101111111010101101011111100011001101000011101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,106,215); }

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

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

 a { background-color: rgb(95,106,215); }

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

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

 span { border-color: rgb(95,106,215); }

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