#6F72DE

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

Shades of Medium Slate Blue #6F72DE

Tints of Medium Slate Blue #6F72DE

Color information

#6F72DE (or 0x6F72DE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 72 and DE. RGB value is (111,114,222). Sum of RGB (Red+Green+Blue) = 111+114+222=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72DE is #908D21. Grayscale: #7C7C7C. Windows color (decimal): -9473314 or 14578287. OLE color: 14578287.

HSL color Cylindrical-coordinate representation of color #6F72DE: hue angle of 238.38º degrees, saturation: 0.63, 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 #6F72DE is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111114222-
CMYK0.50.4900.13
HSL238.38º62.71%65.29%-
HSV(B)238.38º50%87.06%-
XYZ25.7620.6971.74-
YUV125.42182.51117.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=24.83%
G=25.50%
B=49.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111142220.50.4900.13238.3862.7165.29
Hex6F72DE32310Dee3f41
Octal157162336626101535677101
Binary110111111100101101111011001011000101101111011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,222); }

 H1.HeaderClassName
 {
   color: #6F72DE;
 }
 .AnyTagClassName
 {
   color: #6F72DE;
 }
</style>
background-color css

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

 a { background-color: rgb(111,114,222); }

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

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

 span { border-color: rgb(111,114,222); }

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