#6775DE

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

Shades of Medium Slate Blue #6775DE

Tints of Medium Slate Blue #6775DE

Color information

#6775DE (or 0x6775DE) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 75 and DE. RGB value is (103,117,222). Sum of RGB (Red+Green+Blue) = 103+117+222=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #6775DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775DE is #988A21. Grayscale: #7C7C7C. Windows color (decimal): -9996834 or 14579047. OLE color: 14579047.

HSL color Cylindrical-coordinate representation of color #6775DE: hue angle of 232.94º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6775DE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103117222-
CMYK0.540.4700.13
HSL232.94º64.32%63.73%-
HSV(B)232.94º53.6%87.06%-
XYZ25.1420.8871.81-
YUV124.78182.86112.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.30%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=23.30%
G=26.47%
B=50.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031172220.540.4700.13232.9464.3263.73
Hex6775DE362F0De94040
Octal1471653366657015351100100
Binary1100111111010111011110110110101111011011110100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6775DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6775DE; }

 p { color: rgb(103,117,222); }

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

<style>
 a { background-color: #6775DE; }

 a { background-color: rgb(103,117,222); }

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

<style>
 span { border-color: #6775DE; }

 span { border-color: rgb(103,117,222); }

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