#6d70ff

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

Shades of Light Slate Blue #6D70FF

Tints of Light Slate Blue #6D70FF

Color information

#6D70FF (or 0x6D70FF) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 70 and FF. RGB value is (109,112,255). Sum of RGB (Red+Green+Blue) = 109+112+255=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D70FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70FF is #928F00. Grayscale: #7E7E7E. Windows color (decimal): -9604865 or 16740461. OLE color: 16740461.

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

Color convert

RGB109112255-
CMYK0.570.5600
HSL238.77º100%71.37%-
HSV(B)238.77º57.25%100%-
XYZ30.1522.0697.28-
YUV127.4200.01114.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 255 (100% from 255) = 53.57%
R=22.90%
G=23.53%
B=53.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091122550.570.5600238.7710071.37
Hex6D70FF393800ef6447
Octal155160377717000357144107
Binary1101101111000011111111111001111000001110111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d70ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,255); }

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

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

 a { background-color: rgb(109,112,255); }

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

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

 span { border-color: rgb(109,112,255); }

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