#67529D

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

Shades of Butterfly Bush #67529D

Tints of Butterfly Bush #67529D

Color information

#67529D (or 0x67529D) is unknown color: approx Butterfly Bush. HEX triplet: 67, 52 and 9D. RGB value is (103,82,157). Sum of RGB (Red+Green+Blue) = 103+82+157=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #67529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67529D is #98AD62. Grayscale: #606060. Windows color (decimal): -10005859 or 10310247. OLE color: 10310247.

HSL color Cylindrical-coordinate representation of color #67529D: hue angle of 256.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67529D is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10382157-
CMYK0.340.4800.38
HSL256.8º31.38%46.86%-
HSV(B)256.8º47.77%61.57%-
XYZ14.711.3533.31-
YUV96.83161.96132.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=30.12%
G=23.98%
B=45.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103821570.340.4800.38256.831.3846.86
Hex67529D22300261011f2f
Octal14712223542600464013757
Binary1100111101001010011101100010110000010011010000000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67529D; }

 p { color: rgb(103,82,157); }

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

<style>
 a { background-color: #67529D; }

 a { background-color: rgb(103,82,157); }

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

<style>
 span { border-color: #67529D; }

 span { border-color: rgb(103,82,157); }

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