Html Css Color HEX #6F74DD Medium Slate Blue

📋 copy color: '#6F74DD'

red 111 ◦ green 116 ◦ blue 221

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

Shades of Medium Slate Blue #6F74DD

Tints of Medium Slate Blue #6F74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 24.78%
G = 25.89%
B = 49.33%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F74DD (or 0x6F74DD) is known color: Medium Slate Blue. HEX triplet: 6F, 74 and DD. RGB value is (111,116,221). Sum of RGB (Red+Green+Blue) = 111+116+221=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F74DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74DD is #908B22. Grayscale: #7E7E7E. Windows color (decimal): -9472803 or 14513263. OLE color: 14513263.

HSL color Cylindrical-coordinate representation of color #6F74DD: hue angle of 237.27º 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 #6F74DD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 116 221 -
CMYK 0.50 0.48 0 0.13
HSL 237.27º 0.62% 0.65% -
HSV(B) 237.27º 0.5% 0.87% -
XYZ 25.85 21.09 71.11 -
YUV 126.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 111 116 221 0.50 0.48 0 0.13 237.27 0.62 0.65
Hex 6F 74 DD 32 30 0 D ED 3E 41
Octal 157 164 335 62 60 0 15 355 76 101
Binary 1101111 1110100 11011101 110010 110000 0 1101 11101101 111110 1000001

Color Harmonies of #6F74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F74DD

Black with #6F74DD

Text Example


Text Example

White with #6F74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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