Html Css Color HEX #665684 Butterfly Bush

📋 copy color: '#665684'

red 102 ◦ green 86 ◦ blue 132

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

Shades of Butterfly Bush #665684

Tints of Butterfly Bush #665684

RGB

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

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

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

R = 31.88%
G = 26.88%
B = 41.25%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665684 (or 0x665684) is known color: Butterfly Bush. HEX triplet: 66, 56 and 84. RGB value is (102,86,132). Sum of RGB (Red+Green+Blue) = 102+86+132=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #665684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665684 is #99A97B. Grayscale: #5F5F5F. Windows color (decimal): -10070396 or 8672870. OLE color: 8672870.

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

Color convert

RGB 102 86 132 -
CMYK 0.23 0.35 0 0.48
HSL 260.87º 0.21% 0.43% -
HSV(B) 260.87º 0.35% 0.52% -
XYZ 12.97 11.15 23.3 -
YUV 96.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 102 86 132 0.23 0.35 0 0.48 260.87 0.21 0.43
Hex 66 56 84 17 23 0 30 105 15 2B
Octal 146 126 204 27 43 0 60 405 25 53
Binary 1100110 1010110 10000100 10111 100011 0 110000 100000101 10101 101011

Color Harmonies of #665684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665684

Black with #665684

Text Example


Text Example

White with #665684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665684; }

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

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

background-color css

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

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

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

border-color css

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

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

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