Html Css Color HEX #665996 Butterfly Bush

📋 copy color: '#665996'

red 102 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #665996

Tints of Butterfly Bush #665996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 29.91%
G = 26.1%
B = 43.99%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665996 (or 0x665996) is known color: Butterfly Bush. HEX triplet: 66, 59 and 96. RGB value is (102,89,150). Sum of RGB (Red+Green+Blue) = 102+89+150=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #665996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665996 is #99A669. Grayscale: #636363. Windows color (decimal): -10069610 or 9853286. OLE color: 9853286.

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

Color convert

RGB 102 89 150 -
CMYK 0.32 0.41 0 0.41
HSL 252.79º 0.26% 0.47% -
HSV(B) 252.79º 0.41% 0.59% -
XYZ 14.56 12.17 30.44 -
YUV 99.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 102 89 150 0.32 0.41 0 0.41 252.79 0.26 0.47
Hex 66 59 96 20 29 0 29 FD 1A 2F
Octal 146 131 226 40 51 0 51 375 32 57
Binary 1100110 1011001 10010110 100000 101001 0 101001 11111101 11010 101111

Color Harmonies of #665996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665996

Black with #665996

Text Example


Text Example

White with #665996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665996; }

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

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

background-color css

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

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

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

border-color css

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

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

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