Html Css Color HEX #6D71FE Light Slate Blue

📋 copy color: '#6D71FE'

red 109 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #6D71FE

Tints of Light Slate Blue #6D71FE

RGB

 RED value IS 109 (42.97% from 255) = 22.9%

 GREEN value IS 113 (44.53% from 255) = 23.74%

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

R = 22.9%
G = 23.74%
B = 53.36%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D71FE (or 0x6D71FE) is known color: Light Slate Blue. HEX triplet: 6D, 71 and FE. RGB value is (109,113,254). Sum of RGB (Red+Green+Blue) = 109+113+254=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D71FE is #928E01. Grayscale: #7F7F7F. Windows color (decimal): -9604610 or 16675181. OLE color: 16675181.

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

Color convert

RGB 109 113 254 -
CMYK 0.57 0.56 0 0.00
HSL 238.34º 0.99% 0.71% -
HSV(B) 238.34º 0.57% 1% -
XYZ 30.1 22.22 96.47 -
YUV 127.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 109 113 254 0.57 0.56 0 0.00 238.34 0.99 0.71
Hex 6D 71 FE 39 38 0 0 EE 63 47
Octal 155 161 376 71 70 0 0 356 143 107
Binary 1101101 1110001 11111110 111001 111000 0 0 11101110 1100011 1000111

Color Harmonies of #6D71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D71FE

Black with #6D71FE

Text Example


Text Example

White with #6D71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,254); }

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

background-color css

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

 a { background-color: rgb(109,113,254); }

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

border-color css

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

 span { border-color: rgb(109,113,254); }

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