#6F54DF

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

Shades of Slate Blue #6F54DF

Tints of Slate Blue #6F54DF

Color information

#6F54DF (or 0x6F54DF) is unknown color: approx Slate Blue. HEX triplet: 6F, 54 and DF. RGB value is (111,84,223). Sum of RGB (Red+Green+Blue) = 111+84+223=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F54DF is #90AB20. Grayscale: #6B6B6B. Windows color (decimal): -9480993 or 14636143. OLE color: 14636143.

HSL color Cylindrical-coordinate representation of color #6F54DF: hue angle of 251.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F54DF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11184223-
CMYK0.500.6200.13
HSL251.65º68.47%60.2%-
HSV(B)251.65º62.33%87.45%-
XYZ23.0515.0571.5-
YUV107.92192.95130.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=26.56%
G=20.10%
B=53.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111842230.500.6200.13251.6568.4760.2
Hex6F54DF323E0Dfc443c
Octal157124337627601537410474
Binary110111110101001101111111001011111001101111111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F54DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F54DF; }

 p { color: rgb(111,84,223); }

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

<style>
 a { background-color: #6F54DF; }

 a { background-color: rgb(111,84,223); }

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

<style>
 span { border-color: #6F54DF; }

 span { border-color: rgb(111,84,223); }

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