#675485

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

Shades of Butterfly Bush #675485

Tints of Butterfly Bush #675485

Color information

#675485 (or 0x675485) is unknown color: approx Butterfly Bush. HEX triplet: 67, 54 and 85. RGB value is (103,84,133). Sum of RGB (Red+Green+Blue) = 103+84+133=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #675485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675485 is #98AB7A. Grayscale: #5F5F5F. Windows color (decimal): -10005371 or 8737895. OLE color: 8737895.

HSL color Cylindrical-coordinate representation of color #675485: hue angle of 263.27º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #675485 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10384133-
CMYK0.230.3700.48
HSL263.27º22.58%42.55%-
HSV(B)263.27º36.84%52.16%-
XYZ1310.9223.61-
YUV95.27149.29133.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=32.19%
G=26.25%
B=41.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103841330.230.3700.48263.2722.5842.55
Hex6754851725030107172b
Octal14712420527450604072753
Binary110011110101001000010110111100101011000010000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675485; }

 p { color: rgb(103,84,133); }

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

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

 a { background-color: rgb(103,84,133); }

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

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

 span { border-color: rgb(103,84,133); }

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