Html Css Color HEX #665597 Butterfly Bush

📋 copy color: '#665597'

red 102 ◦ green 85 ◦ blue 151

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

Shades of Butterfly Bush #665597

Tints of Butterfly Bush #665597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 30.18%
G = 25.15%
B = 44.67%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665597 (or 0x665597) is known color: Butterfly Bush. HEX triplet: 66, 55 and 97. RGB value is (102,85,151). Sum of RGB (Red+Green+Blue) = 102+85+151=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #665597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665597 is #99AA68. Grayscale: #616161. Windows color (decimal): -10070633 or 9917798. OLE color: 9917798.

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

Color convert

RGB 102 85 151 -
CMYK 0.32 0.44 0 0.41
HSL 255.45º 0.28% 0.46% -
HSV(B) 255.45º 0.44% 0.59% -
XYZ 14.31 11.56 30.75 -
YUV 97.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 102 85 151 0.32 0.44 0 0.41 255.45 0.28 0.46
Hex 66 55 97 20 2C 0 29 FF 1C 2E
Octal 146 125 227 40 54 0 51 377 34 56
Binary 1100110 1010101 10010111 100000 101100 0 101001 11111111 11100 101110

Color Harmonies of #665597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665597

Black with #665597

Text Example


Text Example

White with #665597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665597; }

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

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

background-color css

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

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

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

border-color css

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

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

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