Html Css Color HEX #665299 Butterfly Bush

📋 copy color: '#665299'

red 102 ◦ green 82 ◦ blue 153

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

Shades of Butterfly Bush #665299

Tints of Butterfly Bush #665299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

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

R = 30.27%
G = 24.33%
B = 45.4%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665299 (or 0x665299) is known color: Butterfly Bush. HEX triplet: 66, 52 and 99. RGB value is (102,82,153). Sum of RGB (Red+Green+Blue) = 102+82+153=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #665299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665299 is #99AD66. Grayscale: #5F5F5F. Windows color (decimal): -10071399 or 10048102. OLE color: 10048102.

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

Color convert

RGB 102 82 153 -
CMYK 0.33 0.46 0 0.4
HSL 256.9º 0.3% 0.46% -
HSV(B) 256.9º 0.46% 0.6% -
XYZ 14.25 11.16 31.54 -
YUV 96.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 102 82 153 0.33 0.46 0 0.4 256.9 0.3 0.46
Hex 66 52 99 21 2E 0 28 101 1E 2E
Octal 146 122 231 41 56 0 50 401 36 56
Binary 1100110 1010010 10011001 100001 101110 0 101000 100000001 11110 101110

Color Harmonies of #665299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665299

Black with #665299

Text Example


Text Example

White with #665299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665299; }

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

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

background-color css

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

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

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

border-color css

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

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

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