#6B4DE7

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

Shades of Slate Blue #6B4DE7

Tints of Slate Blue #6B4DE7

Color information

#6B4DE7 (or 0x6B4DE7) is unknown color: approx Slate Blue. HEX triplet: 6B, 4D and E7. RGB value is (107,77,231). Sum of RGB (Red+Green+Blue) = 107+77+231=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B4DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DE7 is #94B218. Grayscale: #666666. Windows color (decimal): -9744921 or 15158635. OLE color: 15158635.

HSL color Cylindrical-coordinate representation of color #6B4DE7: hue angle of 251.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B4DE7 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10777231-
CMYK0.540.6700.09
HSL251.69º76.24%60.39%-
HSV(B)251.69º66.67%90.59%-
XYZ23.1414.277.12-
YUV103.53199.94130.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=25.78%
G=18.55%
B=55.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107772310.540.6700.09251.6976.2460.39
Hex6B4DE7364309fc4c3c
Octal1531153476610301137411474
Binary1101011100110111100111110110100001101001111111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,231); }

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

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

 a { background-color: rgb(107,77,231); }

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

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

 span { border-color: rgb(107,77,231); }

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