Html Css Color HEX #675080 Butterfly Bush

📋 copy color: '#675080'

red 103 ◦ green 80 ◦ blue 128

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

Shades of Butterfly Bush #675080

Tints of Butterfly Bush #675080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 33.12%
G = 25.72%
B = 41.16%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#675080 (or 0x675080) is known color: Butterfly Bush. HEX triplet: 67, 50 and 80. RGB value is (103,80,128). Sum of RGB (Red+Green+Blue) = 103+80+128=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #675080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675080 is #98AF7F. Grayscale: #5C5C5C. Windows color (decimal): -10006400 or 8409191. OLE color: 8409191.

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

Color convert

RGB 103 80 128 -
CMYK 0.20 0.38 0 0.50
HSL 268.75º 0.23% 0.41% -
HSV(B) 268.75º 0.38% 0.5% -
XYZ 12.36 10.18 21.74 -
YUV 92.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 103 80 128 0.20 0.38 0 0.50 268.75 0.23 0.41
Hex 67 50 80 14 26 0 32 10D 17 29
Octal 147 120 200 24 46 0 62 415 27 51
Binary 1100111 1010000 10000000 10100 100110 0 110010 100001101 10111 101001

Color Harmonies of #675080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675080

Black with #675080

Text Example


Text Example

White with #675080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675080; }

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

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

background-color css

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

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

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

border-color css

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

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

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