#6B5C96

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

Shades of Butterfly Bush #6B5C96

Tints of Butterfly Bush #6B5C96

Color information

#6B5C96 (or 0x6B5C96) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 5C and 96. RGB value is (107,92,150). Sum of RGB (Red+Green+Blue) = 107+92+150=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C96 is #94A369. Grayscale: #666666. Windows color (decimal): -9741162 or 9854059. OLE color: 9854059.

HSL color Cylindrical-coordinate representation of color #6B5C96: hue angle of 255.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B5C96 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10792150-
CMYK0.290.3900.41
HSL255.52º23.97%47.45%-
HSV(B)255.52º38.67%58.82%-
XYZ15.412.9830.55-
YUV103.1154.47130.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=30.66%
G=26.36%
B=42.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107921500.290.3900.41255.5223.9747.45
Hex6B5C961D27029100182f
Octal15313422635470514003057
Binary110101110111001001011011101100111010100110000000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,92,150); }

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

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

 a { background-color: rgb(107,92,150); }

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

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

 span { border-color: rgb(107,92,150); }

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