Html Css Color HEX #665488 Butterfly Bush

📋 copy color: '#665488'

red 102 ◦ green 84 ◦ blue 136

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

Shades of Butterfly Bush #665488

Tints of Butterfly Bush #665488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 31.68%
G = 26.09%
B = 42.24%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#665488 (or 0x665488) is known color: Butterfly Bush. HEX triplet: 66, 54 and 88. RGB value is (102,84,136). Sum of RGB (Red+Green+Blue) = 102+84+136=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #665488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665488 is #99AB77. Grayscale: #5F5F5F. Windows color (decimal): -10070904 or 8934502. OLE color: 8934502.

HSL color Cylindrical-coordinate representation of color #665488: hue angle of 260.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665488 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 84 136 -
CMYK 0.25 0.38 0 0.47
HSL 260.77º 0.24% 0.43% -
HSV(B) 260.77º 0.38% 0.53% -
XYZ 13.09 10.94 24.71 -
YUV 95.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 102 84 136 0.25 0.38 0 0.47 260.77 0.24 0.43
Hex 66 54 88 19 26 0 2F 105 18 2B
Octal 146 124 210 31 46 0 57 405 30 53
Binary 1100110 1010100 10001000 11001 100110 0 101111 100000101 11000 101011

Color Harmonies of #665488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665488

Black with #665488

Text Example


Text Example

White with #665488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665488; }

 p { color: rgb(102,84,136); }

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

background-color css

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

 a { background-color: rgb(102,84,136); }

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

border-color css

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

 span { border-color: rgb(102,84,136); }

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