Html Css Color HEX #6E74FE Light Slate Blue

📋 copy color: '#6E74FE'

red 110 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #6E74FE

Tints of Light Slate Blue #6E74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

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

R = 22.92%
G = 24.17%
B = 52.92%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E74FE (or 0x6E74FE) is known color: Light Slate Blue. HEX triplet: 6E, 74 and FE. RGB value is (110,116,254). Sum of RGB (Red+Green+Blue) = 110+116+254=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E74FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E74FE is #918B01. Grayscale: #818181. Windows color (decimal): -9538306 or 16675950. OLE color: 16675950.

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

Color convert

RGB 110 116 254 -
CMYK 0.57 0.54 0 0.00
HSL 237.5º 0.99% 0.71% -
HSV(B) 237.5º 0.57% 1% -
XYZ 30.57 22.96 96.59 -
YUV 129.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 110 116 254 0.57 0.54 0 0.00 237.5 0.99 0.71
Hex 6E 74 FE 39 36 0 0 EE 63 47
Octal 156 164 376 71 66 0 0 356 143 107
Binary 1101110 1110100 11111110 111001 110110 0 0 11101110 1100011 1000111

Color Harmonies of #6E74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E74FE

Black with #6E74FE

Text Example


Text Example

White with #6E74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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