Html Css Color HEX #6A6DFC Medium Slate Blue

📋 copy color: '#6A6DFC'

red 106 ◦ green 109 ◦ blue 252

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

Shades of Medium Slate Blue #6A6DFC

Tints of Medium Slate Blue #6A6DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 22.7%
G = 23.34%
B = 53.96%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A6DFC (or 0x6A6DFC) is known color: Medium Slate Blue. HEX triplet: 6A, 6D and FC. RGB value is (106,109,252). Sum of RGB (Red+Green+Blue) = 106+109+252=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6DFC is #959203. Grayscale: #7B7B7B. Windows color (decimal): -9802244 or 16543082. OLE color: 16543082.

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

Color convert

RGB 106 109 252 -
CMYK 0.58 0.57 0 0.01
HSL 238.77º 0.96% 0.7% -
HSV(B) 238.77º 0.58% 0.99% -
XYZ 28.98 21.03 94.63 -
YUV 124.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 106 109 252 0.58 0.57 0 0.01 238.77 0.96 0.7
Hex 6A 6D FC 3A 39 0 1 EF 60 46
Octal 152 155 374 72 71 0 1 357 140 106
Binary 1101010 1101101 11111100 111010 111001 0 1 11101111 1100000 1000110

Color Harmonies of #6A6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6DFC

Black with #6A6DFC

Text Example


Text Example

White with #6A6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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