#6F74DD

Color #6F74DD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6F74DD

Tints of Medium Slate Blue #6F74DD

Color information

#6F74DD (or 0x6F74DD) is unknown color: approx 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

RGB111116221-
CMYK0.500.4800.13
HSL237.27º61.8%65.1%-
HSV(B)237.27º49.77%86.67%-
XYZ25.8521.0971.11-
YUV126.48181.34116.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.78%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111162210.500.4800.13237.2761.865.1
Hex6F74DD32300Ded3e41
Octal157164335626001535576101
Binary110111111101001101110111001011000001101111011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>