#6B508A

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

Shades of Butterfly Bush #6B508A

Tints of Butterfly Bush #6B508A

Color information

#6B508A (or 0x6B508A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 50 and 8A. RGB value is (107,80,138). Sum of RGB (Red+Green+Blue) = 107+80+138=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B508A is #94AF75. Grayscale: #5E5E5E. Windows color (decimal): -9744246 or 9064555. OLE color: 9064555.

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

Color convert

RGB10780138-
CMYK0.220.4200.46
HSL267.93º26.61%42.75%-
HSV(B)267.93º42.03%54.12%-
XYZ13.5210.725.4-
YUV94.68152.45136.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=32.92%
G=24.62%
B=42.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107801380.220.4200.46267.9326.6142.75
Hex6B508A162A02E10c1b2b
Octal15312021226520564143353
Binary110101110100001000101010110101010010111010000110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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