#6A68FB

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

Shades of Medium Slate Blue #6A68FB

Tints of Medium Slate Blue #6A68FB

Color information

#6A68FB (or 0x6A68FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 68 and FB. RGB value is (106,104,251). Sum of RGB (Red+Green+Blue) = 106+104+251=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A68FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A68FB is #959704. Grayscale: #787878. Windows color (decimal): -9803525 or 16476266. OLE color: 16476266.

HSL color Cylindrical-coordinate representation of color #6A68FB: hue angle of 240.82º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A68FB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106104251-
CMYK0.580.5900.02
HSL240.82º94.84%69.61%-
HSV(B)240.82º58.57%98.43%-
XYZ28.3119.9393.62-
YUV121.36201.16117.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.99%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=22.99%
G=22.56%
B=54.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061042510.580.5900.02240.8294.8469.61
Hex6A68FB3A3B02f15f46
Octal152150373727302361137106
Binary11010101101000111110111110101110110101111000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A68FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,251); }

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

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

 a { background-color: rgb(106,104,251); }

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

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

 span { border-color: rgb(106,104,251); }

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