#6B74FC

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

Shades of Medium Slate Blue #6B74FC

Tints of Medium Slate Blue #6B74FC

Color information

#6B74FC (or 0x6B74FC) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 74 and FC. RGB value is (107,116,252). Sum of RGB (Red+Green+Blue) = 107+116+252=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B74FC is #948B03. Grayscale: #808080. Windows color (decimal): -9734916 or 16544875. OLE color: 16544875.

HSL color Cylindrical-coordinate representation of color #6B74FC: hue angle of 236.28º 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 #6B74FC is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107116252-
CMYK0.580.5400.01
HSL236.28º96.03%70.39%-
HSV(B)236.28º57.54%98.82%-
XYZ29.8822.6494.89-
YUV128.81197.52112.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=22.53%
G=24.42%
B=53.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071162520.580.5400.01236.2896.0370.39
Hex6B74FC3A3601ec6046
Octal153164374726601354140106
Binary1101011111010011111100111010110110011110110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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