Html Css Color HEX #6E79FF Light Slate Blue

📋 copy color: '#6E79FF'

red 110 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #6E79FF

Tints of Light Slate Blue #6E79FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.9%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 22.63%
G = 24.9%
B = 52.47%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E79FF (or 0x6E79FF) is known color: Light Slate Blue. HEX triplet: 6E, 79 and FF. RGB value is (110,121,255). Sum of RGB (Red+Green+Blue) = 110+121+255=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E79FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E79FF is #918600. Grayscale: #848484. Windows color (decimal): -9537025 or 16742766. OLE color: 16742766.

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

Color convert

RGB 110 121 255 -
CMYK 0.57 0.53 0 0
HSL 235.45º 1% 0.72% -
HSV(B) 235.45º 0.57% 1% -
XYZ 31.32 24.21 97.63 -
YUV 132.99 196.86 111.6 -
System Red Green Blue C M Y K H S L
Decimal 110 121 255 0.57 0.53 0 0 235.45 1 0.72
Hex 6E 79 FF 39 35 0 0 EB 64 48
Octal 156 171 377 71 65 0 0 353 144 110
Binary 1101110 1111001 11111111 111001 110101 0 0 11101011 1100100 1001000

Color Harmonies of #6E79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E79FF

Black with #6E79FF

Text Example


Text Example

White with #6E79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,255); }

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

background-color css

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

 a { background-color: rgb(110,121,255); }

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

border-color css

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

 span { border-color: rgb(110,121,255); }

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