Html Css Color HEX #675584 Butterfly Bush

📋 copy color: '#675584'

red 103 ◦ green 85 ◦ blue 132

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

Shades of Butterfly Bush #675584

Tints of Butterfly Bush #675584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 32.19%
G = 26.56%
B = 41.25%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#675584 (or 0x675584) is known color: Butterfly Bush. HEX triplet: 67, 55 and 84. RGB value is (103,85,132). Sum of RGB (Red+Green+Blue) = 103+85+132=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #675584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675584 is #98AA7B. Grayscale: #5F5F5F. Windows color (decimal): -10005116 or 8672615. OLE color: 8672615.

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

Color convert

RGB 103 85 132 -
CMYK 0.22 0.36 0 0.48
HSL 262.98º 0.22% 0.43% -
HSV(B) 262.98º 0.36% 0.52% -
XYZ 13.01 11.05 23.28 -
YUV 95.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 103 85 132 0.22 0.36 0 0.48 262.98 0.22 0.43
Hex 67 55 84 16 24 0 30 107 16 2B
Octal 147 125 204 26 44 0 60 407 26 53
Binary 1100111 1010101 10000100 10110 100100 0 110000 100000111 10110 101011

Color Harmonies of #675584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675584

Black with #675584

Text Example


Text Example

White with #675584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675584; }

 p { color: rgb(103,85,132); }

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

background-color css

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

 a { background-color: rgb(103,85,132); }

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

border-color css

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

 span { border-color: rgb(103,85,132); }

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