#6E7FFF

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

Shades of Light Slate Blue #6E7FFF

Tints of Light Slate Blue #6E7FFF

Color information

#6E7FFF (or 0x6E7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 7F and FF. RGB value is (110,127,255). Sum of RGB (Red+Green+Blue) = 110+127+255=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFF is #918000. Grayscale: #878787. Windows color (decimal): -9535489 or 16744302. OLE color: 16744302.

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

Color convert

RGB110127255-
CMYK0.570.5000
HSL232.97º100%71.57%-
HSV(B)232.97º56.86%100%-
XYZ32.0725.7197.88-
YUV136.51194.87109.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.36%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 255 (100% from 255) = 51.83%
R=22.36%
G=25.81%
B=51.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101272550.570.5000232.9710071.57
Hex6E7FFF393200e96448
Octal156177377716200351144110
Binary1101110111111111111111111001110010001110100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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