#6072FF

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

Shades of Medium Slate Blue #6072FF

Tints of Medium Slate Blue #6072FF

Color information

#6072FF (or 0x6072FF) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 72 and FF. RGB value is (96,114,255). Sum of RGB (Red+Green+Blue) = 96+114+255=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #6072FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FF is #9F8D00. Grayscale: #7C7C7C. Windows color (decimal): -10456321 or 16740960. OLE color: 16740960.

HSL color Cylindrical-coordinate representation of color #6072FF: hue angle of 233.21º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6072FF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96114255-
CMYK0.620.5500
HSL233.21º100%68.82%-
HSV(B)233.21º62.35%100%-
XYZ28.8921.7497.28-
YUV124.69201.54107.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.65%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 255 (100% from 255) = 54.84%
R=20.65%
G=24.52%
B=54.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961142550.620.5500233.2110068.82
Hex6072FF3E3700e96445
Octal140162377766700351144105
Binary1100000111001011111111111110110111001110100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6072FF; }

 p { color: rgb(96,114,255); }

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

<style>
 a { background-color: #6072FF; }

 a { background-color: rgb(96,114,255); }

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

<style>
 span { border-color: #6072FF; }

 span { border-color: rgb(96,114,255); }

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