Html Css Color HEX #675599 Butterfly Bush

📋 copy color: '#675599'

red 103 ◦ green 85 ◦ blue 153

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

Shades of Butterfly Bush #675599

Tints of Butterfly Bush #675599

RGB

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

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

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

R = 30.21%
G = 24.93%
B = 44.87%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#675599 (or 0x675599) is known color: Butterfly Bush. HEX triplet: 67, 55 and 99. RGB value is (103,85,153). Sum of RGB (Red+Green+Blue) = 103+85+153=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #675599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675599 is #98AA66. Grayscale: #616161. Windows color (decimal): -10005095 or 10048871. OLE color: 10048871.

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

Color convert

RGB 103 85 153 -
CMYK 0.33 0.44 0 0.4
HSL 255.88º 0.29% 0.47% -
HSV(B) 255.88º 0.44% 0.6% -
XYZ 14.59 11.68 31.62 -
YUV 98.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 103 85 153 0.33 0.44 0 0.4 255.88 0.29 0.47
Hex 67 55 99 21 2C 0 28 100 1D 2F
Octal 147 125 231 41 54 0 50 400 35 57
Binary 1100111 1010101 10011001 100001 101100 0 101000 100000000 11101 101111

Color Harmonies of #675599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675599

Black with #675599

Text Example


Text Example

White with #675599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675599; }

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

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

background-color css

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

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

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

border-color css

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

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

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