Html Css Color HEX #665290 Butterfly Bush

📋 copy color: '#665290'

red 102 ◦ green 82 ◦ blue 144

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

Shades of Butterfly Bush #665290

Tints of Butterfly Bush #665290

RGB

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

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

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

R = 31.1%
G = 25%
B = 43.9%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#665290 (or 0x665290) is known color: Butterfly Bush. HEX triplet: 66, 52 and 90. RGB value is (102,82,144). Sum of RGB (Red+Green+Blue) = 102+82+144=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #665290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665290 is #99AD6F. Grayscale: #5E5E5E. Windows color (decimal): -10071408 or 9458278. OLE color: 9458278.

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

Color convert

RGB 102 82 144 -
CMYK 0.29 0.43 0 0.44
HSL 259.35º 0.27% 0.44% -
HSV(B) 259.35º 0.43% 0.56% -
XYZ 13.53 10.87 27.77 -
YUV 95.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 102 82 144 0.29 0.43 0 0.44 259.35 0.27 0.44
Hex 66 52 90 1D 2B 0 2C 103 1B 2C
Octal 146 122 220 35 53 0 54 403 33 54
Binary 1100110 1010010 10010000 11101 101011 0 101100 100000011 11011 101100

Color Harmonies of #665290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665290

Black with #665290

Text Example


Text Example

White with #665290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665290; }

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

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

background-color css

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

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

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

border-color css

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

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

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