Html Css Color HEX #6D65F2 Medium Slate Blue

📋 copy color: '#6D65F2'

red 109 ◦ green 101 ◦ blue 242

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

Shades of Medium Slate Blue #6D65F2

Tints of Medium Slate Blue #6D65F2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

 BLUE value IS 242 (94.92% from 255) = 53.54%

R = 24.12%
G = 22.35%
B = 53.54%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D65F2 (or 0x6D65F2) is known color: Medium Slate Blue. HEX triplet: 6D, 65 and F2. RGB value is (109,101,242). Sum of RGB (Red+Green+Blue) = 109+101+242=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D65F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D65F2 is #929A0D. Grayscale: #767676. Windows color (decimal): -9607694 or 15885677. OLE color: 15885677.

HSL color Cylindrical-coordinate representation of color #6D65F2: hue angle of 243.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D65F2 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 101 242 -
CMYK 0.55 0.58 0 0.05
HSL 243.4º 0.84% 0.67% -
HSV(B) 243.4º 0.58% 0.95% -
XYZ 26.99 18.97 86.24 -
YUV 119.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 109 101 242 0.55 0.58 0 0.05 243.4 0.84 0.67
Hex 6D 65 F2 37 3A 0 5 F3 54 43
Octal 155 145 362 67 72 0 5 363 124 103
Binary 1101101 1100101 11110010 110111 111010 0 101 11110011 1010100 1000011

Color Harmonies of #6D65F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65F2

Black with #6D65F2

Text Example


Text Example

White with #6D65F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,242); }

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

background-color css

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

 a { background-color: rgb(109,101,242); }

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

border-color css

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

 span { border-color: rgb(109,101,242); }

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