Html Css Color HEX #6D7FFF Light Slate Blue

📋 copy color: '#6D7FFF'

red 109 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #6D7FFF

Tints of Light Slate Blue #6D7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 22.2%
G = 25.87%
B = 51.93%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D7FFF (or 0x6D7FFF) is known color: Light Slate Blue. HEX triplet: 6D, 7F and FF. RGB value is (109,127,255). Sum of RGB (Red+Green+Blue) = 109+127+255=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FFF is #928000. Grayscale: #878787. Windows color (decimal): -9601025 or 16744301. OLE color: 16744301.

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

Color convert

RGB 109 127 255 -
CMYK 0.57 0.50 0 0
HSL 232.6º 1% 0.71% -
HSV(B) 232.6º 0.57% 1% -
XYZ 31.95 25.65 97.87 -
YUV 136.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 109 127 255 0.57 0.50 0 0 232.6 1 0.71
Hex 6D 7F FF 39 32 0 0 E9 64 47
Octal 155 177 377 71 62 0 0 351 144 107
Binary 1101101 1111111 11111111 111001 110010 0 0 11101001 1100100 1000111

Color Harmonies of #6D7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7FFF

Black with #6D7FFF

Text Example


Text Example

White with #6D7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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