Html Css Color HEX #665090 Butterfly Bush

📋 copy color: '#665090'

red 102 ◦ green 80 ◦ blue 144

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

Shades of Butterfly Bush #665090

Tints of Butterfly Bush #665090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 31.29%
G = 24.54%
B = 44.17%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#665090 (or 0x665090) is known color: Butterfly Bush. HEX triplet: 66, 50 and 90. RGB value is (102,80,144). Sum of RGB (Red+Green+Blue) = 102+80+144=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #665090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665090 is #99AF6F. Grayscale: #5D5D5D. Windows color (decimal): -10071920 or 9457766. OLE color: 9457766.

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

Color convert

RGB 102 80 144 -
CMYK 0.29 0.44 0 0.44
HSL 260.63º 0.29% 0.44% -
HSV(B) 260.63º 0.44% 0.56% -
XYZ 13.38 10.58 27.72 -
YUV 93.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 102 80 144 0.29 0.44 0 0.44 260.63 0.29 0.44
Hex 66 50 90 1D 2C 0 2C 105 1D 2C
Octal 146 120 220 35 54 0 54 405 35 54
Binary 1100110 1010000 10010000 11101 101100 0 101100 100000101 11101 101100

Color Harmonies of #665090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665090

Black with #665090

Text Example


Text Example

White with #665090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665090; }

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

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

background-color css

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

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

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

border-color css

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

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

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