#6E7AFC

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

Shades of Light Slate Blue #6E7AFC

Tints of Light Slate Blue #6E7AFC

Color information

#6E7AFC (or 0x6E7AFC) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 7A and FC. RGB value is (110,122,252). Sum of RGB (Red+Green+Blue) = 110+122+252=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AFC is #918503. Grayscale: #848484. Windows color (decimal): -9536772 or 16546414. OLE color: 16546414.

HSL color Cylindrical-coordinate representation of color #6E7AFC: hue angle of 234.93º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7AFC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110122252-
CMYK0.560.5200.01
HSL234.93º95.95%70.98%-
HSV(B)234.93º56.35%98.82%-
XYZ30.9624.2695.15-
YUV133.23195.02111.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.73%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=22.73%
G=25.21%
B=52.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101222520.560.5200.01234.9395.9570.98
Hex6E7AFC383401eb6047
Octal156172374706401353140107
Binary1101110111101011111100111000110100011110101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,122,252); }

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

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

 a { background-color: rgb(110,122,252); }

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

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

 span { border-color: rgb(110,122,252); }

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