#6C77F1

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

Shades of Medium Slate Blue #6C77F1

Tints of Medium Slate Blue #6C77F1

Color information

#6C77F1 (or 0x6C77F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 77 and F1. RGB value is (108,119,241). Sum of RGB (Red+Green+Blue) = 108+119+241=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C77F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C77F1 is #93880E. Grayscale: #818181. Windows color (decimal): -9668623 or 15824748. OLE color: 15824748.

HSL color Cylindrical-coordinate representation of color #6C77F1: hue angle of 235.04º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C77F1 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108119241-
CMYK0.550.5100.05
HSL235.04º82.61%68.43%-
HSV(B)235.04º55.19%94.51%-
XYZ28.6622.7386.1-
YUV129.62190.86112.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 241 (94.53% from 255) = 51.50%
R=23.08%
G=25.43%
B=51.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081192410.550.5100.05235.0482.6168.43
Hex6C77F1373305eb5344
Octal154167361676305353123104
Binary110110011101111111000111011111001101011110101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,241); }

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

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

 a { background-color: rgb(108,119,241); }

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

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

 span { border-color: rgb(108,119,241); }

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