Html Css Color HEX #6F65EB Medium Slate Blue

📋 copy color: '#6F65EB'

red 111 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #6F65EB

Tints of Medium Slate Blue #6F65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 24.83%
G = 22.6%
B = 52.57%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F65EB (or 0x6F65EB) is known color: Medium Slate Blue. HEX triplet: 6F, 65 and EB. RGB value is (111,101,235). Sum of RGB (Red+Green+Blue) = 111+101+235=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65EB is #909A14. Grayscale: #767676. Windows color (decimal): -9476629 or 15426927. OLE color: 15426927.

HSL color Cylindrical-coordinate representation of color #6F65EB: hue angle of 244.48º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F65EB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 101 235 -
CMYK 0.53 0.57 0 0.08
HSL 244.48º 0.77% 0.66% -
HSV(B) 244.48º 0.57% 0.92% -
XYZ 26.2 18.69 80.82 -
YUV 119.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 111 101 235 0.53 0.57 0 0.08 244.48 0.77 0.66
Hex 6F 65 EB 35 39 0 8 F4 4D 42
Octal 157 145 353 65 71 0 10 364 115 102
Binary 1101111 1100101 11101011 110101 111001 0 1000 11110100 1001101 1000010

Color Harmonies of #6F65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65EB

Black with #6F65EB

Text Example


Text Example

White with #6F65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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