#6B6EFC

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

Shades of Medium Slate Blue #6B6EFC

Tints of Medium Slate Blue #6B6EFC

Color information

#6B6EFC (or 0x6B6EFC) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 6E and FC. RGB value is (107,110,252). Sum of RGB (Red+Green+Blue) = 107+110+252=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6EFC is #949103. Grayscale: #7C7C7C. Windows color (decimal): -9736452 or 16543339. OLE color: 16543339.

HSL color Cylindrical-coordinate representation of color #6B6EFC: hue angle of 238.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6EFC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107110252-
CMYK0.580.5600.01
HSL238.76º96.03%70.39%-
HSV(B)238.76º57.54%98.82%-
XYZ29.2121.3194.67-
YUV125.29199.51114.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 252 (98.83% from 255) = 53.73%
R=22.81%
G=23.45%
B=53.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071102520.580.5600.01238.7696.0370.39
Hex6B6EFC3A3801ef6046
Octal153156374727001357140106
Binary1101011110111011111100111010111000011110111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,252); }

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

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

 a { background-color: rgb(107,110,252); }

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

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

 span { border-color: rgb(107,110,252); }

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