Html Css Color HEX #675480 Butterfly Bush

📋 copy color: '#675480'

red 103 ◦ green 84 ◦ blue 128

#675480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #675480

Tints of Butterfly Bush #675480

RGB

 RED value IS 103 (40.63% from 255) = 32.7%

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 32.7%
G = 26.67%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#675480 (or 0x675480) is known color: Butterfly Bush. HEX triplet: 67, 54 and 80. RGB value is (103,84,128). Sum of RGB (Red+Green+Blue) = 103+84+128=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #675480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675480 is #98AB7F. Grayscale: #5E5E5E. Windows color (decimal): -10005376 or 8410215. OLE color: 8410215.

HSL color Cylindrical-coordinate representation of color #675480: hue angle of 265.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #675480 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 84 128 -
CMYK 0.20 0.34 0 0.50
HSL 265.91º 0.21% 0.42% -
HSV(B) 265.91º 0.34% 0.5% -
XYZ 12.66 10.78 21.84 -
YUV 94.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 103 84 128 0.20 0.34 0 0.50 265.91 0.21 0.42
Hex 67 54 80 14 22 0 32 10A 15 2A
Octal 147 124 200 24 42 0 62 412 25 52
Binary 1100111 1010100 10000000 10100 100010 0 110010 100001010 10101 101010

Color Harmonies of #675480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675480

Black with #675480

Text Example


Text Example

White with #675480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675480; }

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

 H1.HeaderClassName
 {
   color: #675480;
 }
 .AnyTagClassName
 {
   color: #675480;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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