Html Css Color HEX #6D7CFF Light Slate Blue

📋 copy color: '#6D7CFF'

red 109 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #6D7CFF

Tints of Light Slate Blue #6D7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

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

R = 22.34%
G = 25.41%
B = 52.25%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D7CFF (or 0x6D7CFF) is known color: Light Slate Blue. HEX triplet: 6D, 7C and FF. RGB value is (109,124,255). Sum of RGB (Red+Green+Blue) = 109+124+255=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7CFF is #928300. Grayscale: #858585. Windows color (decimal): -9601793 or 16743533. OLE color: 16743533.

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

Color convert

RGB 109 124 255 -
CMYK 0.57 0.51 0 0
HSL 233.84º 1% 0.71% -
HSV(B) 233.84º 0.57% 1% -
XYZ 31.56 24.89 97.75 -
YUV 134.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 109 124 255 0.57 0.51 0 0 233.84 1 0.71
Hex 6D 7C FF 39 33 0 0 EA 64 47
Octal 155 174 377 71 63 0 0 352 144 107
Binary 1101101 1111100 11111111 111001 110011 0 0 11101010 1100100 1000111

Color Harmonies of #6D7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CFF

Black with #6D7CFF

Text Example


Text Example

White with #6D7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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