#6E7CFF

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

Shades of Light Slate Blue #6E7CFF

Tints of Light Slate Blue #6E7CFF

Color information

#6E7CFF (or 0x6E7CFF) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 7C and FF. RGB value is (110,124,255). Sum of RGB (Red+Green+Blue) = 110+124+255=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7CFF is #918300. Grayscale: #868686. Windows color (decimal): -9536257 or 16743534. OLE color: 16743534.

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

Color convert

RGB110124255-
CMYK0.570.5100
HSL234.21º100%71.57%-
HSV(B)234.21º56.86%100%-
XYZ31.6924.9597.75-
YUV134.75195.86110.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 255 (100% from 255) = 52.15%
R=22.49%
G=25.36%
B=52.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101242550.570.5100234.2110071.57
Hex6E7CFF393300ea6448
Octal156174377716300352144110
Binary1101110111110011111111111001110011001110101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,124,255); }

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

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

 a { background-color: rgb(110,124,255); }

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

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

 span { border-color: rgb(110,124,255); }

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