#6F69FF

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

Shades of Medium Slate Blue #6F69FF

Tints of Medium Slate Blue #6F69FF

Color information

#6F69FF (or 0x6F69FF) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 69 and FF. RGB value is (111,105,255). Sum of RGB (Red+Green+Blue) = 111+105+255=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F69FF is #909600. Grayscale: #7B7B7B. Windows color (decimal): -9475585 or 16738671. OLE color: 16738671.

HSL color Cylindrical-coordinate representation of color #6F69FF: hue angle of 242.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F69FF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB111105255-
CMYK0.560.5900
HSL242.4º100%70.59%-
HSV(B)242.4º58.82%100%-
XYZ29.6620.797.04-
YUV123.89201.99118.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 255 (100% from 255) = 54.14%
R=23.57%
G=22.29%
B=54.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1111052550.560.5900242.410070.59
Hex6F69FF383B00f26447
Octal157151377707300362144107
Binary1101111110100111111111111000111011001111001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,255); }

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

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

 a { background-color: rgb(111,105,255); }

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

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

 span { border-color: rgb(111,105,255); }

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