Html Css Color HEX #6F7CDD Medium Slate Blue

📋 copy color: '#6F7CDD'

red 111 ◦ green 124 ◦ blue 221

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

Shades of Medium Slate Blue #6F7CDD

Tints of Medium Slate Blue #6F7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 24.34%
G = 27.19%
B = 48.46%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F7CDD (or 0x6F7CDD) is known color: Medium Slate Blue. HEX triplet: 6F, 7C and DD. RGB value is (111,124,221). Sum of RGB (Red+Green+Blue) = 111+124+221=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F7CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CDD is #908322. Grayscale: #828282. Windows color (decimal): -9470755 or 14515311. OLE color: 14515311.

HSL color Cylindrical-coordinate representation of color #6F7CDD: hue angle of 232.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7CDD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 124 221 -
CMYK 0.50 0.44 0 0.13
HSL 232.91º 0.62% 0.65% -
HSV(B) 232.91º 0.5% 0.87% -
XYZ 26.81 23.02 71.44 -
YUV 131.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 111 124 221 0.50 0.44 0 0.13 232.91 0.62 0.65
Hex 6F 7C DD 32 2C 0 D E9 3E 41
Octal 157 174 335 62 54 0 15 351 76 101
Binary 1101111 1111100 11011101 110010 101100 0 1101 11101001 111110 1000001

Color Harmonies of #6F7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CDD

Black with #6F7CDD

Text Example


Text Example

White with #6F7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,221); }

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

background-color css

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

 a { background-color: rgb(111,124,221); }

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

border-color css

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

 span { border-color: rgb(111,124,221); }

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