Html Css Color HEX #665696 Butterfly Bush

📋 copy color: '#665696'

red 102 ◦ green 86 ◦ blue 150

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

Shades of Butterfly Bush #665696

Tints of Butterfly Bush #665696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

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

R = 30.18%
G = 25.44%
B = 44.38%

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

#665696 (or 0x665696) is known color: Butterfly Bush. HEX triplet: 66, 56 and 96. RGB value is (102,86,150). Sum of RGB (Red+Green+Blue) = 102+86+150=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #665696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665696 is #99A969. Grayscale: #616161. Windows color (decimal): -10070378 or 9852518. OLE color: 9852518.

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

Color convert

RGB 102 86 150 -
CMYK 0.32 0.43 0 0.41
HSL 255º 0.27% 0.46% -
HSV(B) 255º 0.43% 0.59% -
XYZ 14.31 11.68 30.35 -
YUV 98.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 102 86 150 0.32 0.43 0 0.41 255 0.27 0.46
Hex 66 56 96 20 2B 0 29 FF 1B 2E
Octal 146 126 226 40 53 0 51 377 33 56
Binary 1100110 1010110 10010110 100000 101011 0 101001 11111111 11011 101110

Color Harmonies of #665696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665696

Black with #665696

Text Example


Text Example

White with #665696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665696; }

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

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

background-color css

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

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

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

border-color css

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

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

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