Html Css Color HEX #6D65FE Medium Slate Blue

📋 copy color: '#6D65FE'

red 109 ◦ green 101 ◦ blue 254

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

Shades of Medium Slate Blue #6D65FE

Tints of Medium Slate Blue #6D65FE

RGB

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

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

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

R = 23.49%
G = 21.77%
B = 54.74%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D65FE (or 0x6D65FE) is known color: Medium Slate Blue. HEX triplet: 6D, 65 and FE. RGB value is (109,101,254). Sum of RGB (Red+Green+Blue) = 109+101+254=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D65FE is #929A01. Grayscale: #787878. Windows color (decimal): -9607682 or 16672109. OLE color: 16672109.

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

Color convert

RGB 109 101 254 -
CMYK 0.57 0.60 0 0.00
HSL 243.14º 0.99% 0.7% -
HSV(B) 243.14º 0.6% 1% -
XYZ 28.85 19.71 96.05 -
YUV 120.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 109 101 254 0.57 0.60 0 0.00 243.14 0.99 0.7
Hex 6D 65 FE 39 3C 0 0 F3 63 46
Octal 155 145 376 71 74 0 0 363 143 106
Binary 1101101 1100101 11111110 111001 111100 0 0 11110011 1100011 1000110

Color Harmonies of #6D65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65FE

Black with #6D65FE

Text Example


Text Example

White with #6D65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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