Html Css Color HEX #66519F Butterfly Bush

📋 copy color: '#66519F'

red 102 ◦ green 81 ◦ blue 159

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

Shades of Butterfly Bush #66519F

Tints of Butterfly Bush #66519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 29.82%
G = 23.68%
B = 46.49%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66519F (or 0x66519F) is known color: Butterfly Bush. HEX triplet: 66, 51 and 9F. RGB value is (102,81,159). Sum of RGB (Red+Green+Blue) = 102+81+159=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #66519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66519F is #99AE60. Grayscale: #5F5F5F. Windows color (decimal): -10071649 or 10441062. OLE color: 10441062.

HSL color Cylindrical-coordinate representation of color #66519F: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66519F is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 81 159 -
CMYK 0.36 0.49 0 0.38
HSL 256.15º 0.33% 0.47% -
HSV(B) 256.15º 0.49% 0.62% -
XYZ 14.68 11.21 34.19 -
YUV 96.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 102 81 159 0.36 0.49 0 0.38 256.15 0.33 0.47
Hex 66 51 9F 24 31 0 26 100 20 2F
Octal 146 121 237 44 61 0 46 400 40 57
Binary 1100110 1010001 10011111 100100 110001 0 100110 100000000 100000 101111

Color Harmonies of #66519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66519F

Black with #66519F

Text Example


Text Example

White with #66519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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