#6B5097

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

Shades of Butterfly Bush #6B5097

Tints of Butterfly Bush #6B5097

Color information

#6B5097 (or 0x6B5097) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 50 and 97. RGB value is (107,80,151). Sum of RGB (Red+Green+Blue) = 107+80+151=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B5097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5097 is #94AF68. Grayscale: #5F5F5F. Windows color (decimal): -9744233 or 9916523. OLE color: 9916523.

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

Color convert

RGB10780151-
CMYK0.290.4700.41
HSL262.82º30.74%45.29%-
HSV(B)262.82º47.02%59.22%-
XYZ14.5211.130.66-
YUV96.17158.95135.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 151 (59.38% from 255) = 44.67%
R=31.66%
G=23.67%
B=44.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107801510.290.4700.41262.8230.7445.29
Hex6B50971D2F0291071f2d
Octal15312022735570514073755
Binary110101110100001001011111101101111010100110000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,151); }

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

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

 a { background-color: rgb(107,80,151); }

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

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

 span { border-color: rgb(107,80,151); }

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