Html Css Color HEX #665099 Butterfly Bush

📋 copy color: '#665099'

red 102 ◦ green 80 ◦ blue 153

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

Shades of Butterfly Bush #665099

Tints of Butterfly Bush #665099

RGB

 RED value IS 102 (40.23% from 255) = 30.45%

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

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

R = 30.45%
G = 23.88%
B = 45.67%

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

#665099 (or 0x665099) is known color: Butterfly Bush. HEX triplet: 66, 50 and 99. RGB value is (102,80,153). Sum of RGB (Red+Green+Blue) = 102+80+153=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #665099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665099 is #99AF66. Grayscale: #5E5E5E. Windows color (decimal): -10071911 or 10047590. OLE color: 10047590.

HSL color Cylindrical-coordinate representation of color #665099: hue angle of 258.08º 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 #665099 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 80 153 -
CMYK 0.33 0.48 0 0.4
HSL 258.08º 0.31% 0.46% -
HSV(B) 258.08º 0.48% 0.6% -
XYZ 14.1 10.86 31.49 -
YUV 94.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 102 80 153 0.33 0.48 0 0.4 258.08 0.31 0.46
Hex 66 50 99 21 30 0 28 102 1F 2E
Octal 146 120 231 41 60 0 50 402 37 56
Binary 1100110 1010000 10011001 100001 110000 0 101000 100000010 11111 101110

Color Harmonies of #665099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665099

Black with #665099

Text Example


Text Example

White with #665099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665099; }

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

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

background-color css

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

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

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

border-color css

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

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

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