Html Css Color HEX #6A6DFB Medium Slate Blue

📋 copy color: '#6A6DFB'

red 106 ◦ green 109 ◦ blue 251

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

Shades of Medium Slate Blue #6A6DFB

Tints of Medium Slate Blue #6A6DFB

RGB

 RED value IS 106 (41.8% from 255) = 22.75%

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 22.75%
G = 23.39%
B = 53.86%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A6DFB (or 0x6A6DFB) is known color: Medium Slate Blue. HEX triplet: 6A, 6D and FB. RGB value is (106,109,251). Sum of RGB (Red+Green+Blue) = 106+109+251=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A6DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6DFB is #959204. Grayscale: #7B7B7B. Windows color (decimal): -9802245 or 16477546. OLE color: 16477546.

HSL color Cylindrical-coordinate representation of color #6A6DFB: hue angle of 238.76º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6DFB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 109 251 -
CMYK 0.58 0.57 0 0.02
HSL 238.76º 0.95% 0.7% -
HSV(B) 238.76º 0.58% 0.98% -
XYZ 28.83 20.97 93.79 -
YUV 124.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 106 109 251 0.58 0.57 0 0.02 238.76 0.95 0.7
Hex 6A 6D FB 3A 39 0 2 EF 5F 46
Octal 152 155 373 72 71 0 2 357 137 106
Binary 1101010 1101101 11111011 111010 111001 0 10 11101111 1011111 1000110

Color Harmonies of #6A6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6DFB

Black with #6A6DFB

Text Example


Text Example

White with #6A6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,109,251); }

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

background-color css

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

 a { background-color: rgb(106,109,251); }

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

border-color css

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

 span { border-color: rgb(106,109,251); }

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