#6d76ff

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

Shades of Light Slate Blue #6D76FF

Tints of Light Slate Blue #6D76FF

Color information

#6D76FF (or 0x6D76FF) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 76 and FF. RGB value is (109,118,255). Sum of RGB (Red+Green+Blue) = 109+118+255=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D76FF is #928900. Grayscale: #828282. Windows color (decimal): -9603329 or 16741997. OLE color: 16741997.

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

Color convert

RGB109118255-
CMYK0.570.5400
HSL236.3º100%71.37%-
HSV(B)236.3º57.25%100%-
XYZ30.8423.4397.5-
YUV130.93198.02112.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.61%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 255 (100% from 255) = 52.90%
R=22.61%
G=24.48%
B=52.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091182550.570.5400236.310071.37
Hex6D76FF393600ec6447
Octal155166377716600354144107
Binary1101101111011011111111111001110110001110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d76ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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