Html Css Color HEX #675481 Butterfly Bush

📋 copy color: '#675481'

red 103 ◦ green 84 ◦ blue 129

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

Shades of Butterfly Bush #675481

Tints of Butterfly Bush #675481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 32.59%
G = 26.58%
B = 40.82%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#675481 (or 0x675481) is known color: Butterfly Bush. HEX triplet: 67, 54 and 81. RGB value is (103,84,129). Sum of RGB (Red+Green+Blue) = 103+84+129=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #675481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675481 is #98AB7E. Grayscale: #5E5E5E. Windows color (decimal): -10005375 or 8475751. OLE color: 8475751.

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

Color convert

RGB 103 84 129 -
CMYK 0.20 0.35 0 0.49
HSL 265.33º 0.21% 0.42% -
HSV(B) 265.33º 0.35% 0.51% -
XYZ 12.73 10.81 22.18 -
YUV 94.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 103 84 129 0.20 0.35 0 0.49 265.33 0.21 0.42
Hex 67 54 81 14 23 0 31 109 15 2A
Octal 147 124 201 24 43 0 61 411 25 52
Binary 1100111 1010100 10000001 10100 100011 0 110001 100001001 10101 101010

Color Harmonies of #675481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675481

Black with #675481

Text Example


Text Example

White with #675481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675481; }

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

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

background-color css

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

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

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

border-color css

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

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

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