Html Css Color HEX #675099 Butterfly Bush

📋 copy color: '#675099'

red 103 ◦ green 80 ◦ blue 153

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

Shades of Butterfly Bush #675099

Tints of Butterfly Bush #675099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 30.65%
G = 23.81%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#675099 (or 0x675099) is known color: Butterfly Bush. HEX triplet: 67, 50 and 99. RGB value is (103,80,153). Sum of RGB (Red+Green+Blue) = 103+80+153=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #675099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675099 is #98AF66. Grayscale: #5E5E5E. Windows color (decimal): -10006375 or 10047591. OLE color: 10047591.

HSL color Cylindrical-coordinate representation of color #675099: hue angle of 258.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675099 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 80 153 -
CMYK 0.33 0.48 0 0.4
HSL 258.9º 0.31% 0.46% -
HSV(B) 258.9º 0.48% 0.6% -
XYZ 14.21 10.92 31.5 -
YUV 95.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 103 80 153 0.33 0.48 0 0.4 258.9 0.31 0.46
Hex 67 50 99 21 30 0 28 103 1F 2E
Octal 147 120 231 41 60 0 50 403 37 56
Binary 1100111 1010000 10011001 100001 110000 0 101000 100000011 11111 101110

Color Harmonies of #675099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675099

Black with #675099

Text Example


Text Example

White with #675099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675099; }

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

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

background-color css

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

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

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

border-color css

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

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

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