#6B4E9D

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

Shades of Studio #6B4E9D

Tints of Studio #6B4E9D

Color information

#6B4E9D (or 0x6B4E9D) is unknown color: approx Studio. HEX triplet: 6B, 4E and 9D. RGB value is (107,78,157). Sum of RGB (Red+Green+Blue) = 107+78+157=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B4E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E9D is #94B162. Grayscale: #5F5F5F. Windows color (decimal): -9744739 or 10309227. OLE color: 10309227.

HSL color Cylindrical-coordinate representation of color #6B4E9D: hue angle of 262.03º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4E9D is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10778157-
CMYK0.320.5000.38
HSL262.03º33.62%46.08%-
HSV(B)262.03º50.32%61.57%-
XYZ14.8711.0133.24-
YUV95.68162.61136.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=31.29%
G=22.81%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107781570.320.5000.38262.0333.6246.08
Hex6B4E9D2032026106222e
Octal15311623540620464064256
Binary11010111001110100111011000001100100100110100000110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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