Html Css Color HEX #6F65FD Medium Slate Blue

📋 copy color: '#6F65FD'

red 111 ◦ green 101 ◦ blue 253

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

Shades of Medium Slate Blue #6F65FD

Tints of Medium Slate Blue #6F65FD

RGB

 RED value IS 111 (43.75% from 255) = 23.87%

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 23.87%
G = 21.72%
B = 54.41%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F65FD (or 0x6F65FD) is known color: Medium Slate Blue. HEX triplet: 6F, 65 and FD. RGB value is (111,101,253). Sum of RGB (Red+Green+Blue) = 111+101+253=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65FD is #909A02. Grayscale: #787878. Windows color (decimal): -9476611 or 16606575. OLE color: 16606575.

HSL color Cylindrical-coordinate representation of color #6F65FD: hue angle of 243.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F65FD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 101 253 -
CMYK 0.56 0.60 0 0.01
HSL 243.95º 0.97% 0.69% -
HSV(B) 243.95º 0.6% 0.99% -
XYZ 28.94 19.78 95.22 -
YUV 121.32 202.31 120.64 -
System Red Green Blue C M Y K H S L
Decimal 111 101 253 0.56 0.60 0 0.01 243.95 0.97 0.69
Hex 6F 65 FD 38 3C 0 1 F4 61 45
Octal 157 145 375 70 74 0 1 364 141 105
Binary 1101111 1100101 11111101 111000 111100 0 1 11110100 1100001 1000101

Color Harmonies of #6F65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65FD

Black with #6F65FD

Text Example


Text Example

White with #6F65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,253); }

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

background-color css

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

 a { background-color: rgb(111,101,253); }

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

border-color css

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

 span { border-color: rgb(111,101,253); }

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