#6B4ECA

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

Shades of Slate Blue #6B4ECA

Tints of Slate Blue #6B4ECA

Color information

#6B4ECA (or 0x6B4ECA) is unknown color: approx Slate Blue. HEX triplet: 6B, 4E and CA. RGB value is (107,78,202). Sum of RGB (Red+Green+Blue) = 107+78+202=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4ECA is #94B135. Grayscale: #646464. Windows color (decimal): -9744694 or 13258347. OLE color: 13258347.

HSL color Cylindrical-coordinate representation of color #6B4ECA: hue angle of 254.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4ECA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10778202-
CMYK0.470.6100.21
HSL254.03º53.91%54.9%-
HSV(B)254.03º61.39%79.22%-
XYZ19.4512.8457.33-
YUV100.81185.11132.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=27.65%
G=20.16%
B=52.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107782020.470.6100.21254.0353.9154.9
Hex6B4ECA2F3D015fe3637
Octal15311631257750253766667
Binary110101110011101100101010111111110101010111111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,202); }

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

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

 a { background-color: rgb(107,78,202); }

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

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

 span { border-color: rgb(107,78,202); }

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