Html Css Color HEX #665484 Butterfly Bush

📋 copy color: '#665484'

red 102 ◦ green 84 ◦ blue 132

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

Shades of Butterfly Bush #665484

Tints of Butterfly Bush #665484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 32.08%
G = 26.42%
B = 41.51%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665484 (or 0x665484) is known color: Butterfly Bush. HEX triplet: 66, 54 and 84. RGB value is (102,84,132). Sum of RGB (Red+Green+Blue) = 102+84+132=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #665484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665484 is #99AB7B. Grayscale: #5E5E5E. Windows color (decimal): -10070908 or 8672358. OLE color: 8672358.

HSL color Cylindrical-coordinate representation of color #665484: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665484 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 84 132 -
CMYK 0.23 0.36 0 0.48
HSL 262.5º 0.22% 0.42% -
HSV(B) 262.5º 0.36% 0.52% -
XYZ 12.81 10.83 23.25 -
YUV 94.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 102 84 132 0.23 0.36 0 0.48 262.5 0.22 0.42
Hex 66 54 84 17 24 0 30 106 16 2A
Octal 146 124 204 27 44 0 60 406 26 52
Binary 1100110 1010100 10000100 10111 100100 0 110000 100000110 10110 101010

Color Harmonies of #665484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665484

Black with #665484

Text Example


Text Example

White with #665484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665484; }

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

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

background-color css

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

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

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

border-color css

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

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

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