#675083

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

Shades of Butterfly Bush #675083

Tints of Butterfly Bush #675083

Color information

#675083 (or 0x675083) is unknown color: approx Butterfly Bush. HEX triplet: 67, 50 and 83. RGB value is (103,80,131). Sum of RGB (Red+Green+Blue) = 103+80+131=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #675083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675083 is #98AF7C. Grayscale: #5C5C5C. Windows color (decimal): -10006397 or 8605799. OLE color: 8605799.

HSL color Cylindrical-coordinate representation of color #675083: hue angle of 267.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #675083 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10380131-
CMYK0.210.3900.49
HSL267.06º24.17%41.37%-
HSV(B)267.06º38.93%51.37%-
XYZ12.5610.2622.79-
YUV92.69149.62135.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=32.80%
G=25.48%
B=41.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103801310.210.3900.49267.0624.1741.37
Hex675083152703110b1829
Octal14712020325470614133051
Binary110011110100001000001110101100111011000110000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675083; }

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

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

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

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

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

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

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

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