Html Css Color HEX #66559A Butterfly Bush

📋 copy color: '#66559A'

red 102 ◦ green 85 ◦ blue 154

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

Shades of Butterfly Bush #66559A

Tints of Butterfly Bush #66559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 29.91%
G = 24.93%
B = 45.16%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66559A (or 0x66559A) is known color: Butterfly Bush. HEX triplet: 66, 55 and 9A. RGB value is (102,85,154). Sum of RGB (Red+Green+Blue) = 102+85+154=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #66559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66559A is #99AA65. Grayscale: #616161. Windows color (decimal): -10070630 or 10114406. OLE color: 10114406.

HSL color Cylindrical-coordinate representation of color #66559A: hue angle of 254.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66559A is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 85 154 -
CMYK 0.34 0.45 0 0.40
HSL 254.78º 0.29% 0.47% -
HSV(B) 254.78º 0.45% 0.6% -
XYZ 14.56 11.65 32.05 -
YUV 97.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 102 85 154 0.34 0.45 0 0.40 254.78 0.29 0.47
Hex 66 55 9A 22 2D 0 28 FF 1D 2F
Octal 146 125 232 42 55 0 50 377 35 57
Binary 1100110 1010101 10011010 100010 101101 0 101000 11111111 11101 101111

Color Harmonies of #66559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66559A

Black with #66559A

Text Example


Text Example

White with #66559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66559A; }

 p { color: rgb(102,85,154); }

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

background-color css

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

 a { background-color: rgb(102,85,154); }

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

border-color css

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

 span { border-color: rgb(102,85,154); }

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