#6D75FD

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

Shades of Light Slate Blue #6D75FD

Tints of Light Slate Blue #6D75FD

Color information

#6D75FD (or 0x6D75FD) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 75 and FD. RGB value is (109,117,253). Sum of RGB (Red+Green+Blue) = 109+117+253=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D75FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D75FD is #928A02. Grayscale: #818181. Windows color (decimal): -9603587 or 16610669. OLE color: 16610669.

HSL color Cylindrical-coordinate representation of color #6D75FD: hue angle of 236.67º 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 #6D75FD is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109117253-
CMYK0.570.5400.01
HSL236.67º97.3%70.98%-
HSV(B)236.67º56.92%99.22%-
XYZ30.423.0795.78-
YUV130.11197.35112.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.76%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=22.76%
G=24.43%
B=52.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091172530.570.5400.01236.6797.370.98
Hex6D75FD393601ed6147
Octal155165375716601355141107
Binary1101101111010111111101111001110110011110110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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