Html Css Color HEX #665995 Butterfly Bush

📋 copy color: '#665995'

red 102 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #665995

Tints of Butterfly Bush #665995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 30%
G = 26.18%
B = 43.82%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665995 (or 0x665995) is known color: Butterfly Bush. HEX triplet: 66, 59 and 95. RGB value is (102,89,149). Sum of RGB (Red+Green+Blue) = 102+89+149=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #665995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665995 is #99A66A. Grayscale: #636363. Windows color (decimal): -10069611 or 9787750. OLE color: 9787750.

HSL color Cylindrical-coordinate representation of color #665995: hue angle of 253º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #665995 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 89 149 -
CMYK 0.32 0.40 0 0.42
HSL 253º 0.25% 0.47% -
HSV(B) 253º 0.4% 0.58% -
XYZ 14.48 12.14 30.01 -
YUV 99.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 102 89 149 0.32 0.40 0 0.42 253 0.25 0.47
Hex 66 59 95 20 28 0 2A FD 19 2F
Octal 146 131 225 40 50 0 52 375 31 57
Binary 1100110 1011001 10010101 100000 101000 0 101010 11111101 11001 101111

Color Harmonies of #665995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665995

Black with #665995

Text Example


Text Example

White with #665995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665995; }

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

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

background-color css

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

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

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

border-color css

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

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

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