Html Css Color HEX #6F7DF3 Medium Slate Blue

📋 copy color: '#6F7DF3'

red 111 ◦ green 125 ◦ blue 243

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

Shades of Medium Slate Blue #6F7DF3

Tints of Medium Slate Blue #6F7DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 243 (95.31% from 255) = 50.73%

R = 23.17%
G = 26.1%
B = 50.73%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F7DF3 (or 0x6F7DF3) is known color: Medium Slate Blue. HEX triplet: 6F, 7D and F3. RGB value is (111,125,243). Sum of RGB (Red+Green+Blue) = 111+125+243=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F7DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DF3 is #90820C. Grayscale: #858585. Windows color (decimal): -9470477 or 15957359. OLE color: 15957359.

HSL color Cylindrical-coordinate representation of color #6F7DF3: hue angle of 233.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F7DF3 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 125 243 -
CMYK 0.54 0.49 0 0.05
HSL 233.64º 0.85% 0.69% -
HSV(B) 233.64º 0.54% 0.95% -
XYZ 30.07 24.52 87.94 -
YUV 134.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 111 125 243 0.54 0.49 0 0.05 233.64 0.85 0.69
Hex 6F 7D F3 36 31 0 5 EA 55 45
Octal 157 175 363 66 61 0 5 352 125 105
Binary 1101111 1111101 11110011 110110 110001 0 101 11101010 1010101 1000101

Color Harmonies of #6F7DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DF3

Black with #6F7DF3

Text Example


Text Example

White with #6F7DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,243); }

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

background-color css

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

 a { background-color: rgb(111,125,243); }

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

border-color css

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

 span { border-color: rgb(111,125,243); }

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