#6E7EFA

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

Shades of Light Slate Blue #6E7EFA

Tints of Light Slate Blue #6E7EFA

Color information

#6E7EFA (or 0x6E7EFA) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 7E and FA. RGB value is (110,126,250). Sum of RGB (Red+Green+Blue) = 110+126+250=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E7EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EFA is #918105. Grayscale: #868686. Windows color (decimal): -9535750 or 16416366. OLE color: 16416366.

HSL color Cylindrical-coordinate representation of color #6E7EFA: hue angle of 233.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7EFA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110126250-
CMYK0.560.5000.02
HSL233.14º93.33%70.59%-
HSV(B)233.14º56%98.04%-
XYZ31.1525.1493.65-
YUV135.35192.7109.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.63%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=22.63%
G=25.93%
B=51.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101262500.560.5000.02233.1493.3370.59
Hex6E7EFA383202e95d47
Octal156176372706202351135107
Binary11011101111110111110101110001100100101110100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,126,250); }

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

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

 a { background-color: rgb(110,126,250); }

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

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

 span { border-color: rgb(110,126,250); }

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