Html Css Color HEX #665490 Butterfly Bush

📋 copy color: '#665490'

red 102 ◦ green 84 ◦ blue 144

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

Shades of Butterfly Bush #665490

Tints of Butterfly Bush #665490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 30.91%
G = 25.45%
B = 43.64%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#665490 (or 0x665490) is known color: Butterfly Bush. HEX triplet: 66, 54 and 90. RGB value is (102,84,144). Sum of RGB (Red+Green+Blue) = 102+84+144=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #665490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665490 is #99AB6F. Grayscale: #606060. Windows color (decimal): -10070896 or 9458790. OLE color: 9458790.

HSL color Cylindrical-coordinate representation of color #665490: hue angle of 258º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665490 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 84 144 -
CMYK 0.29 0.42 0 0.44
HSL 258º 0.26% 0.45% -
HSV(B) 258º 0.42% 0.56% -
XYZ 13.68 11.18 27.82 -
YUV 96.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 102 84 144 0.29 0.42 0 0.44 258 0.26 0.45
Hex 66 54 90 1D 2A 0 2C 102 1A 2D
Octal 146 124 220 35 52 0 54 402 32 55
Binary 1100110 1010100 10010000 11101 101010 0 101100 100000010 11010 101101

Color Harmonies of #665490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665490

Black with #665490

Text Example


Text Example

White with #665490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665490; }

 p { color: rgb(102,84,144); }

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

background-color css

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

 a { background-color: rgb(102,84,144); }

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

border-color css

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

 span { border-color: rgb(102,84,144); }

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