Html Css Color HEX #665499 Butterfly Bush

📋 copy color: '#665499'

red 102 ◦ green 84 ◦ blue 153

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

Shades of Butterfly Bush #665499

Tints of Butterfly Bush #665499

RGB

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

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

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

R = 30.09%
G = 24.78%
B = 45.13%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665499 (or 0x665499) is known color: Butterfly Bush. HEX triplet: 66, 54 and 99. RGB value is (102,84,153). Sum of RGB (Red+Green+Blue) = 102+84+153=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #665499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665499 is #99AB66. Grayscale: #606060. Windows color (decimal): -10070887 or 10048614. OLE color: 10048614.

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

Color convert

RGB 102 84 153 -
CMYK 0.33 0.45 0 0.4
HSL 255.65º 0.29% 0.46% -
HSV(B) 255.65º 0.45% 0.6% -
XYZ 14.4 11.47 31.59 -
YUV 97.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 102 84 153 0.33 0.45 0 0.4 255.65 0.29 0.46
Hex 66 54 99 21 2D 0 28 100 1D 2E
Octal 146 124 231 41 55 0 50 400 35 56
Binary 1100110 1010100 10011001 100001 101101 0 101000 100000000 11101 101110

Color Harmonies of #665499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665499

Black with #665499

Text Example


Text Example

White with #665499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665499; }

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

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

background-color css

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

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

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

border-color css

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

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

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