Html Css Color HEX #66519B Butterfly Bush

📋 copy color: '#66519B'

red 102 ◦ green 81 ◦ blue 155

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

Shades of Butterfly Bush #66519B

Tints of Butterfly Bush #66519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 30.18%
G = 23.96%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66519B (or 0x66519B) is known color: Butterfly Bush. HEX triplet: 66, 51 and 9B. RGB value is (102,81,155). Sum of RGB (Red+Green+Blue) = 102+81+155=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #66519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66519B is #99AE64. Grayscale: #5F5F5F. Windows color (decimal): -10071653 or 10178918. OLE color: 10178918.

HSL color Cylindrical-coordinate representation of color #66519B: hue angle of 257.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66519B is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 81 155 -
CMYK 0.34 0.48 0 0.39
HSL 257.03º 0.31% 0.46% -
HSV(B) 257.03º 0.48% 0.61% -
XYZ 14.34 11.08 32.39 -
YUV 95.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 102 81 155 0.34 0.48 0 0.39 257.03 0.31 0.46
Hex 66 51 9B 22 30 0 27 101 1F 2E
Octal 146 121 233 42 60 0 47 401 37 56
Binary 1100110 1010001 10011011 100010 110000 0 100111 100000001 11111 101110

Color Harmonies of #66519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66519B

Black with #66519B

Text Example


Text Example

White with #66519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66519B; }

 p { color: rgb(102,81,155); }

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

background-color css

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

 a { background-color: rgb(102,81,155); }

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

border-color css

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

 span { border-color: rgb(102,81,155); }

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