#675099

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

Shades of Butterfly Bush #675099

Tints of Butterfly Bush #675099

Color information

#675099 (or 0x675099) is unknown color: approx Butterfly Bush. HEX triplet: 67, 50 and 99. RGB value is (103,80,153). Sum of RGB (Red+Green+Blue) = 103+80+153=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #675099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675099 is #98AF66. Grayscale: #5E5E5E. Windows color (decimal): -10006375 or 10047591. OLE color: 10047591.

HSL color Cylindrical-coordinate representation of color #675099: hue angle of 258.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675099 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10380153-
CMYK0.330.4800.4
HSL258.9º31.33%45.69%-
HSV(B)258.9º47.71%60%-
XYZ14.2110.9231.5-
YUV95.2160.62133.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=30.65%
G=23.81%
B=45.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103801530.330.4800.4258.931.3345.69
Hex67509921300281031f2e
Octal14712023141600504033756
Binary1100111101000010011001100001110000010100010000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675099; }

 p { color: rgb(103,80,153); }

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

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

 a { background-color: rgb(103,80,153); }

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

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

 span { border-color: rgb(103,80,153); }

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