#6D79FD

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

Shades of Light Slate Blue #6D79FD

Tints of Light Slate Blue #6D79FD

Color information

#6D79FD (or 0x6D79FD) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 79 and FD. RGB value is (109,121,253). Sum of RGB (Red+Green+Blue) = 109+121+253=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D79FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D79FD is #928602. Grayscale: #838383. Windows color (decimal): -9602563 or 16611693. OLE color: 16611693.

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

Color convert

RGB109121253-
CMYK0.570.5200.01
HSL235º97.3%70.98%-
HSV(B)235º56.92%99.22%-
XYZ30.8724.0295.94-
YUV132.46196.02111.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=22.57%
G=25.05%
B=52.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091212530.570.5200.0123597.370.98
Hex6D79FD393401eb6147
Octal155171375716401353141107
Binary1101101111100111111101111001110100011110101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,253); }

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

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

 a { background-color: rgb(109,121,253); }

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

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

 span { border-color: rgb(109,121,253); }

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