Html Css Color HEX #6E76FC Light Slate Blue

📋 copy color: '#6E76FC'

red 110 ◦ green 118 ◦ blue 252

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

Shades of Light Slate Blue #6E76FC

Tints of Light Slate Blue #6E76FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.58%

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 22.92%
G = 24.58%
B = 52.5%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E76FC (or 0x6E76FC) is known color: Light Slate Blue. HEX triplet: 6E, 76 and FC. RGB value is (110,118,252). Sum of RGB (Red+Green+Blue) = 110+118+252=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E76FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E76FC is #918903. Grayscale: #828282. Windows color (decimal): -9537796 or 16545390. OLE color: 16545390.

HSL color Cylindrical-coordinate representation of color #6E76FC: hue angle of 236.62º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E76FC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 118 252 -
CMYK 0.56 0.53 0 0.01
HSL 236.62º 0.96% 0.71% -
HSV(B) 236.62º 0.56% 0.99% -
XYZ 30.48 23.3 94.99 -
YUV 130.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 110 118 252 0.56 0.53 0 0.01 236.62 0.96 0.71
Hex 6E 76 FC 38 35 0 1 ED 60 47
Octal 156 166 374 70 65 0 1 355 140 107
Binary 1101110 1110110 11111100 111000 110101 0 1 11101101 1100000 1000111

Color Harmonies of #6E76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76FC

Black with #6E76FC

Text Example


Text Example

White with #6E76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,252); }

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

background-color css

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

 a { background-color: rgb(110,118,252); }

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

border-color css

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

 span { border-color: rgb(110,118,252); }

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