#6B4EAB

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

Shades of Studio #6B4EAB

Tints of Studio #6B4EAB

Color information

#6B4EAB (or 0x6B4EAB) is unknown color: approx Studio. HEX triplet: 6B, 4E and AB. RGB value is (107,78,171). Sum of RGB (Red+Green+Blue) = 107+78+171=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EAB is #94B154. Grayscale: #606060. Windows color (decimal): -9744725 or 11226731. OLE color: 11226731.

HSL color Cylindrical-coordinate representation of color #6B4EAB: hue angle of 258.71º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B4EAB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10778171-
CMYK0.370.5400.33
HSL258.71º37.35%48.82%-
HSV(B)258.71º54.39%67.06%-
XYZ16.1411.5139.9-
YUV97.27169.61134.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.06%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=30.06%
G=21.91%
B=48.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107781710.370.5400.33258.7137.3548.82
Hex6B4EAB25360211032531
Octal15311625345660414034561
Binary11010111001110101010111001011101100100001100000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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