#675296

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

Shades of Butterfly Bush #675296

Tints of Butterfly Bush #675296

Color information

#675296 (or 0x675296) is unknown color: approx Butterfly Bush. HEX triplet: 67, 52 and 96. RGB value is (103,82,150). Sum of RGB (Red+Green+Blue) = 103+82+150=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #675296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675296 is #98AD69. Grayscale: #5F5F5F. Windows color (decimal): -10005866 or 9851495. OLE color: 9851495.

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

Color convert

RGB10382150-
CMYK0.310.4500.41
HSL258.53º29.31%45.49%-
HSV(B)258.53º45.33%58.82%-
XYZ14.1211.1230.26-
YUV96.03158.46132.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=30.75%
G=24.48%
B=44.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103821500.310.4500.41258.5329.3145.49
Hex6752961F2D0291031d2d
Octal14712222637550514033555
Binary110011110100101001011011111101101010100110000001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675296; }

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

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

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

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

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

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

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

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