#6A5B8B

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

Shades of Butterfly Bush #6A5B8B

Tints of Butterfly Bush #6A5B8B

Color information

#6A5B8B (or 0x6A5B8B) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 5B and 8B. RGB value is (106,91,139). Sum of RGB (Red+Green+Blue) = 106+91+139=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A5B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5B8B is #95A474. Grayscale: #646464. Windows color (decimal): -9806965 or 9132906. OLE color: 9132906.

HSL color Cylindrical-coordinate representation of color #6A5B8B: hue angle of 258.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5B8B is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10691139-
CMYK0.240.3500.45
HSL258.75º20.87%45.1%-
HSV(B)258.75º34.53%54.51%-
XYZ14.3512.4126.07-
YUV100.96149.47131.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=31.55%
G=27.08%
B=41.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106911390.240.3500.45258.7520.8745.1
Hex6A5B8B182302D103152d
Octal15213321330430554032555
Binary110101010110111000101111000100011010110110000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,139); }

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

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

 a { background-color: rgb(106,91,139); }

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

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

 span { border-color: rgb(106,91,139); }

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