#6B5E93

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

Shades of Butterfly Bush #6B5E93

Tints of Butterfly Bush #6B5E93

Color information

#6B5E93 (or 0x6B5E93) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 5E and 93. RGB value is (107,94,147). Sum of RGB (Red+Green+Blue) = 107+94+147=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5E93 is #94A16C. Grayscale: #676767. Windows color (decimal): -9740653 or 9657963. OLE color: 9657963.

HSL color Cylindrical-coordinate representation of color #6B5E93: hue angle of 254.72º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5E93 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10794147-
CMYK0.270.3600.42
HSL254.72º21.99%47.25%-
HSV(B)254.72º36.05%57.65%-
XYZ15.3313.2429.35-
YUV103.93152.31130.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.75%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=30.75%
G=27.01%
B=42.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107941470.270.3600.42254.7221.9947.25
Hex6B5E931B2402Aff162f
Octal15313622333440523772657
Binary11010111011110100100111101110010001010101111111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,147); }

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

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

 a { background-color: rgb(107,94,147); }

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

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

 span { border-color: rgb(107,94,147); }

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