Html Css Color HEX #6E7AFE Light Slate Blue

📋 copy color: '#6E7AFE'

red 110 ◦ green 122 ◦ blue 254

#6E7AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #6E7AFE

Tints of Light Slate Blue #6E7AFE

RGB

 RED value IS 110 (43.36% from 255) = 22.63%

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 22.63%
G = 25.1%
B = 52.26%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E7AFE (or 0x6E7AFE) is known color: Light Slate Blue. HEX triplet: 6E, 7A and FE. RGB value is (110,122,254). Sum of RGB (Red+Green+Blue) = 110+122+254=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AFE is #918501. Grayscale: #848484. Windows color (decimal): -9536770 or 16677486. OLE color: 16677486.

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

Color convert

RGB 110 122 254 -
CMYK 0.57 0.52 0 0.00
HSL 235º 0.99% 0.71% -
HSV(B) 235º 0.57% 1% -
XYZ 31.28 24.39 96.83 -
YUV 133.46 196.02 111.27 -
System Red Green Blue C M Y K H S L
Decimal 110 122 254 0.57 0.52 0 0.00 235 0.99 0.71
Hex 6E 7A FE 39 34 0 0 EB 63 47
Octal 156 172 376 71 64 0 0 353 143 107
Binary 1101110 1111010 11111110 111001 110100 0 0 11101011 1100011 1000111

Color Harmonies of #6E7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7AFE

Black with #6E7AFE

Text Example


Text Example

White with #6E7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E7AFE;
 }
 .AnyTagClassName
 {
   color: #6E7AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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