Html Css Color HEX #665699 Butterfly Bush

📋 copy color: '#665699'

red 102 ◦ green 86 ◦ blue 153

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

Shades of Butterfly Bush #665699

Tints of Butterfly Bush #665699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 29.91%
G = 25.22%
B = 44.87%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665699 (or 0x665699) is known color: Butterfly Bush. HEX triplet: 66, 56 and 99. RGB value is (102,86,153). Sum of RGB (Red+Green+Blue) = 102+86+153=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #665699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665699 is #99A966. Grayscale: #626262. Windows color (decimal): -10070375 or 10049126. OLE color: 10049126.

HSL color Cylindrical-coordinate representation of color #665699: hue angle of 254.33º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665699 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 86 153 -
CMYK 0.33 0.44 0 0.4
HSL 254.33º 0.28% 0.47% -
HSV(B) 254.33º 0.44% 0.6% -
XYZ 14.56 11.78 31.64 -
YUV 98.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 102 86 153 0.33 0.44 0 0.4 254.33 0.28 0.47
Hex 66 56 99 21 2C 0 28 FE 1C 2F
Octal 146 126 231 41 54 0 50 376 34 57
Binary 1100110 1010110 10011001 100001 101100 0 101000 11111110 11100 101111

Color Harmonies of #665699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665699

Black with #665699

Text Example


Text Example

White with #665699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665699; }

 p { color: rgb(102,86,153); }

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

background-color css

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

 a { background-color: rgb(102,86,153); }

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

border-color css

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

 span { border-color: rgb(102,86,153); }

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