Html Css Color HEX #66498D Butterfly Bush

📋 copy color: '#66498D'

red 102 ◦ green 73 ◦ blue 141

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

Shades of Butterfly Bush #66498D

Tints of Butterfly Bush #66498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 32.28%
G = 23.1%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66498D (or 0x66498D) is known color: Butterfly Bush. HEX triplet: 66, 49 and 8D. RGB value is (102,73,141). Sum of RGB (Red+Green+Blue) = 102+73+141=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #66498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498D is #99B672. Grayscale: #595959. Windows color (decimal): -10073715 or 9259366. OLE color: 9259366.

HSL color Cylindrical-coordinate representation of color #66498D: hue angle of 265.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66498D is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 73 141 -
CMYK 0.28 0.48 0 0.45
HSL 265.59º 0.32% 0.42% -
HSV(B) 265.59º 0.48% 0.55% -
XYZ 12.67 9.51 26.37 -
YUV 89.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 102 73 141 0.28 0.48 0 0.45 265.59 0.32 0.42
Hex 66 49 8D 1C 30 0 2D 10A 20 2A
Octal 146 111 215 34 60 0 55 412 40 52
Binary 1100110 1001001 10001101 11100 110000 0 101101 100001010 100000 101010

Color Harmonies of #66498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66498D

Black with #66498D

Text Example


Text Example

White with #66498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66498D; }

 p { color: rgb(102,73,141); }

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

background-color css

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

 a { background-color: rgb(102,73,141); }

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

border-color css

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

 span { border-color: rgb(102,73,141); }

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