Html Css Color HEX #665695 Butterfly Bush

📋 copy color: '#665695'

red 102 ◦ green 86 ◦ blue 149

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

Shades of Butterfly Bush #665695

Tints of Butterfly Bush #665695

RGB

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

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

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

R = 30.27%
G = 25.52%
B = 44.21%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665695 (or 0x665695) is known color: Butterfly Bush. HEX triplet: 66, 56 and 95. RGB value is (102,86,149). Sum of RGB (Red+Green+Blue) = 102+86+149=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #665695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665695 is #99A96A. Grayscale: #616161. Windows color (decimal): -10070379 or 9786982. OLE color: 9786982.

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

Color convert

RGB 102 86 149 -
CMYK 0.32 0.42 0 0.42
HSL 255.24º 0.27% 0.46% -
HSV(B) 255.24º 0.42% 0.58% -
XYZ 14.23 11.65 29.93 -
YUV 97.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 102 86 149 0.32 0.42 0 0.42 255.24 0.27 0.46
Hex 66 56 95 20 2A 0 2A FF 1B 2E
Octal 146 126 225 40 52 0 52 377 33 56
Binary 1100110 1010110 10010101 100000 101010 0 101010 11111111 11011 101110

Color Harmonies of #665695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665695

Black with #665695

Text Example


Text Example

White with #665695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665695; }

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

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

background-color css

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

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

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

border-color css

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

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

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