#6D76FD

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

Shades of Light Slate Blue #6D76FD

Tints of Light Slate Blue #6D76FD

Color information

#6D76FD (or 0x6D76FD) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 76 and FD. RGB value is (109,118,253). Sum of RGB (Red+Green+Blue) = 109+118+253=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D76FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D76FD is #928902. Grayscale: #828282. Windows color (decimal): -9603331 or 16610925. OLE color: 16610925.

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

Color convert

RGB109118253-
CMYK0.570.5300.01
HSL236.25º97.3%70.98%-
HSV(B)236.25º56.92%99.22%-
XYZ30.5123.395.82-
YUV130.7197.02112.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.71%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=22.71%
G=24.58%
B=52.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091182530.570.5300.01236.2597.370.98
Hex6D76FD393501ec6147
Octal155166375716501354141107
Binary1101101111011011111101111001110101011110110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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