Html Css Color HEX #6D6FFF Light Slate Blue

📋 copy color: '#6D6FFF'

red 109 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #6D6FFF

Tints of Light Slate Blue #6D6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

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

R = 22.95%
G = 23.37%
B = 53.68%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D6FFF (or 0x6D6FFF) is known color: Light Slate Blue. HEX triplet: 6D, 6F and FF. RGB value is (109,111,255). Sum of RGB (Red+Green+Blue) = 109+111+255=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D6FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FFF is #929000. Grayscale: #7E7E7E. Windows color (decimal): -9605121 or 16740205. OLE color: 16740205.

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

Color convert

RGB 109 111 255 -
CMYK 0.57 0.56 0 0
HSL 239.18º 1% 0.71% -
HSV(B) 239.18º 0.57% 1% -
XYZ 30.04 21.84 97.24 -
YUV 126.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 109 111 255 0.57 0.56 0 0 239.18 1 0.71
Hex 6D 6F FF 39 38 0 0 EF 64 47
Octal 155 157 377 71 70 0 0 357 144 107
Binary 1101101 1101111 11111111 111001 111000 0 0 11101111 1100100 1000111

Color Harmonies of #6D6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FFF

Black with #6D6FFF

Text Example


Text Example

White with #6D6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,111,255); }

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

background-color css

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

 a { background-color: rgb(109,111,255); }

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

border-color css

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

 span { border-color: rgb(109,111,255); }

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