Html Css Color HEX #66519C Butterfly Bush

📋 copy color: '#66519C'

red 102 ◦ green 81 ◦ blue 156

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

Shades of Butterfly Bush #66519C

Tints of Butterfly Bush #66519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 30.09%
G = 23.89%
B = 46.02%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66519C (or 0x66519C) is known color: Butterfly Bush. HEX triplet: 66, 51 and 9C. RGB value is (102,81,156). Sum of RGB (Red+Green+Blue) = 102+81+156=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #66519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66519C is #99AE63. Grayscale: #5F5F5F. Windows color (decimal): -10071652 or 10244454. OLE color: 10244454.

HSL color Cylindrical-coordinate representation of color #66519C: hue angle of 256.8º degrees, saturation: 0.32, 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 #66519C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 81 156 -
CMYK 0.35 0.48 0 0.39
HSL 256.8º 0.32% 0.46% -
HSV(B) 256.8º 0.48% 0.61% -
XYZ 14.42 11.11 32.84 -
YUV 95.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 102 81 156 0.35 0.48 0 0.39 256.8 0.32 0.46
Hex 66 51 9C 23 30 0 27 101 20 2E
Octal 146 121 234 43 60 0 47 401 40 56
Binary 1100110 1010001 10011100 100011 110000 0 100111 100000001 100000 101110

Color Harmonies of #66519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66519C

Black with #66519C

Text Example


Text Example

White with #66519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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