#6F54CF

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

Shades of Slate Blue #6F54CF

Tints of Slate Blue #6F54CF

Color information

#6F54CF (or 0x6F54CF) is unknown color: approx Slate Blue. HEX triplet: 6F, 54 and CF. RGB value is (111,84,207). Sum of RGB (Red+Green+Blue) = 111+84+207=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F54CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F54CF is #90AB30. Grayscale: #696969. Windows color (decimal): -9481009 or 13587567. OLE color: 13587567.

HSL color Cylindrical-coordinate representation of color #6F54CF: hue angle of 253.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F54CF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11184207-
CMYK0.460.5900.19
HSL253.17º56.16%57.06%-
HSV(B)253.17º59.42%81.18%-
XYZ20.9914.2360.67-
YUV106.1184.95131.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 207 (81.25% from 255) = 51.49%
R=27.61%
G=20.90%
B=51.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111842070.460.5900.19253.1756.1657.06
Hex6F54CF2E3B013fd3839
Octal15712431756730233757071
Binary110111110101001100111110111011101101001111111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F54CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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