Html Css Color HEX #66498C Butterfly Bush

📋 copy color: '#66498C'

red 102 ◦ green 73 ◦ blue 140

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

Shades of Butterfly Bush #66498C

Tints of Butterfly Bush #66498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 32.38%
G = 23.17%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66498C (or 0x66498C) is known color: Butterfly Bush. HEX triplet: 66, 49 and 8C. RGB value is (102,73,140). Sum of RGB (Red+Green+Blue) = 102+73+140=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #66498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498C is #99B673. Grayscale: #595959. Windows color (decimal): -10073716 or 9193830. OLE color: 9193830.

HSL color Cylindrical-coordinate representation of color #66498C: hue angle of 265.97º degrees, saturation: 0.31, 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 #66498C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 73 140 -
CMYK 0.27 0.48 0 0.45
HSL 265.97º 0.31% 0.42% -
HSV(B) 265.97º 0.48% 0.55% -
XYZ 12.6 9.48 25.98 -
YUV 89.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 102 73 140 0.27 0.48 0 0.45 265.97 0.31 0.42
Hex 66 49 8C 1B 30 0 2D 10A 1F 2A
Octal 146 111 214 33 60 0 55 412 37 52
Binary 1100110 1001001 10001100 11011 110000 0 101101 100001010 11111 101010

Color Harmonies of #66498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66498C

Black with #66498C

Text Example


Text Example

White with #66498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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