Html Css Color HEX #665596 Butterfly Bush

📋 copy color: '#665596'

red 102 ◦ green 85 ◦ blue 150

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

Shades of Butterfly Bush #665596

Tints of Butterfly Bush #665596

RGB

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

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

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

R = 30.27%
G = 25.22%
B = 44.51%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665596 (or 0x665596) is known color: Butterfly Bush. HEX triplet: 66, 55 and 96. RGB value is (102,85,150). Sum of RGB (Red+Green+Blue) = 102+85+150=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #665596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665596 is #99AA69. Grayscale: #616161. Windows color (decimal): -10070634 or 9852262. OLE color: 9852262.

HSL color Cylindrical-coordinate representation of color #665596: hue angle of 255.69º 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 #665596 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 85 150 -
CMYK 0.32 0.43 0 0.41
HSL 255.69º 0.28% 0.46% -
HSV(B) 255.69º 0.43% 0.59% -
XYZ 14.23 11.52 30.33 -
YUV 97.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 102 85 150 0.32 0.43 0 0.41 255.69 0.28 0.46
Hex 66 55 96 20 2B 0 29 100 1C 2E
Octal 146 125 226 40 53 0 51 400 34 56
Binary 1100110 1010101 10010110 100000 101011 0 101001 100000000 11100 101110

Color Harmonies of #665596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665596

Black with #665596

Text Example


Text Example

White with #665596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665596; }

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

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

background-color css

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

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

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

border-color css

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

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

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