Html Css Color HEX #655596 Butterfly Bush

📋 copy color: '#655596'

red 101 ◦ green 85 ◦ blue 150

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

Shades of Butterfly Bush #655596

Tints of Butterfly Bush #655596

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 30.06%
G = 25.3%
B = 44.64%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#655596 (or 0x655596) is known color: Butterfly Bush. HEX triplet: 65, 55 and 96. RGB value is (101,85,150). Sum of RGB (Red+Green+Blue) = 101+85+150=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #655596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655596 is #9AAA69. Grayscale: #606060. Windows color (decimal): -10136170 or 9852261. OLE color: 9852261.

HSL color Cylindrical-coordinate representation of color #655596: hue angle of 254.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #655596 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 85 150 -
CMYK 0.33 0.43 0 0.41
HSL 254.77º 0.28% 0.46% -
HSV(B) 254.77º 0.43% 0.59% -
XYZ 14.12 11.47 30.32 -
YUV 97.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 101 85 150 0.33 0.43 0 0.41 254.77 0.28 0.46
Hex 65 55 96 21 2B 0 29 FF 1C 2E
Octal 145 125 226 41 53 0 51 377 34 56
Binary 1100101 1010101 10010110 100001 101011 0 101001 11111111 11100 101110

Color Harmonies of #655596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655596

Black with #655596

Text Example


Text Example

White with #655596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655596; }

 p { color: rgb(101,85,150); }

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

background-color css

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

 a { background-color: rgb(101,85,150); }

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

border-color css

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

 span { border-color: rgb(101,85,150); }

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