Html Css Color HEX #6E7BFE Light Slate Blue

📋 copy color: '#6E7BFE'

red 110 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #6E7BFE

Tints of Light Slate Blue #6E7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.26%

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

R = 22.59%
G = 25.26%
B = 52.16%

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

#6E7BFE (or 0x6E7BFE) is known color: Light Slate Blue. HEX triplet: 6E, 7B and FE. RGB value is (110,123,254). Sum of RGB (Red+Green+Blue) = 110+123+254=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BFE is #918401. Grayscale: #858585. Windows color (decimal): -9536514 or 16677742. OLE color: 16677742.

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

Color convert

RGB 110 123 254 -
CMYK 0.57 0.52 0 0.00
HSL 234.58º 0.99% 0.71% -
HSV(B) 234.58º 0.57% 1% -
XYZ 31.4 24.64 96.87 -
YUV 134.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 110 123 254 0.57 0.52 0 0.00 234.58 0.99 0.71
Hex 6E 7B FE 39 34 0 0 EB 63 47
Octal 156 173 376 71 64 0 0 353 143 107
Binary 1101110 1111011 11111110 111001 110100 0 0 11101011 1100011 1000111

Color Harmonies of #6E7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BFE

Black with #6E7BFE

Text Example


Text Example

White with #6E7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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