Html Css Color HEX #6E7FFE Light Slate Blue

📋 copy color: '#6E7FFE'

red 110 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #6E7FFE

Tints of Light Slate Blue #6E7FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 22.4%
G = 25.87%
B = 51.73%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E7FFE (or 0x6E7FFE) is known color: Light Slate Blue. HEX triplet: 6E, 7F and FE. RGB value is (110,127,254). Sum of RGB (Red+Green+Blue) = 110+127+254=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFE is #918001. Grayscale: #878787. Windows color (decimal): -9535490 or 16678766. OLE color: 16678766.

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

Color convert

RGB 110 127 254 -
CMYK 0.57 0.50 0 0.00
HSL 232.92º 0.99% 0.71% -
HSV(B) 232.92º 0.57% 1% -
XYZ 31.91 25.65 97.03 -
YUV 136.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 110 127 254 0.57 0.50 0 0.00 232.92 0.99 0.71
Hex 6E 7F FE 39 32 0 0 E9 63 47
Octal 156 177 376 71 62 0 0 351 143 107
Binary 1101110 1111111 11111110 111001 110010 0 0 11101001 1100011 1000111

Color Harmonies of #6E7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FFE

Black with #6E7FFE

Text Example


Text Example

White with #6E7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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