Html Css Color HEX #6B6DFE Medium Slate Blue

📋 copy color: '#6B6DFE'

red 107 ◦ green 109 ◦ blue 254

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

Shades of Medium Slate Blue #6B6DFE

Tints of Medium Slate Blue #6B6DFE

RGB

 RED value IS 107 (42.19% from 255) = 22.77%

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 22.77%
G = 23.19%
B = 54.04%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B6DFE (or 0x6B6DFE) is known color: Medium Slate Blue. HEX triplet: 6B, 6D and FE. RGB value is (107,109,254). Sum of RGB (Red+Green+Blue) = 107+109+254=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6DFE is #949201. Grayscale: #7C7C7C. Windows color (decimal): -9736706 or 16674155. OLE color: 16674155.

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

Color convert

RGB 107 109 254 -
CMYK 0.58 0.57 0 0.00
HSL 239.18º 0.99% 0.71% -
HSV(B) 239.18º 0.58% 1% -
XYZ 29.42 21.22 96.31 -
YUV 124.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 107 109 254 0.58 0.57 0 0.00 239.18 0.99 0.71
Hex 6B 6D FE 3A 39 0 0 EF 63 47
Octal 153 155 376 72 71 0 0 357 143 107
Binary 1101011 1101101 11111110 111010 111001 0 0 11101111 1100011 1000111

Color Harmonies of #6B6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6DFE

Black with #6B6DFE

Text Example


Text Example

White with #6B6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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