#6069EF

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

Shades of Medium Slate Blue #6069EF

Tints of Medium Slate Blue #6069EF

Color information

#6069EF (or 0x6069EF) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 69 and EF. RGB value is (96,105,239). Sum of RGB (Red+Green+Blue) = 96+105+239=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6069EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6069EF is #9F9610. Grayscale: #757575. Windows color (decimal): -10458641 or 15690080. OLE color: 15690080.

HSL color Cylindrical-coordinate representation of color #6069EF: hue angle of 236.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6069EF is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96105239-
CMYK0.600.5600.06
HSL236.22º81.71%65.69%-
HSV(B)236.22º59.83%93.73%-
XYZ25.4618.8283.95-
YUV117.58196.52112.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.82%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=21.82%
G=23.86%
B=54.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961052390.600.5600.06236.2281.7165.69
Hex6069EF3C3806ec5242
Octal140151357747006354122102
Binary110000011010011110111111110011100001101110110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6069EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6069EF; }

 p { color: rgb(96,105,239); }

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

<style>
 a { background-color: #6069EF; }

 a { background-color: rgb(96,105,239); }

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

<style>
 span { border-color: #6069EF; }

 span { border-color: rgb(96,105,239); }

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