Html Css Color HEX #665180 Butterfly Bush

📋 copy color: '#665180'

red 102 ◦ green 81 ◦ blue 128

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

Shades of Butterfly Bush #665180

Tints of Butterfly Bush #665180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 32.8%
G = 26.05%
B = 41.16%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#665180 (or 0x665180) is known color: Butterfly Bush. HEX triplet: 66, 51 and 80. RGB value is (102,81,128). Sum of RGB (Red+Green+Blue) = 102+81+128=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #665180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665180 is #99AE7F. Grayscale: #5C5C5C. Windows color (decimal): -10071680 or 8409446. OLE color: 8409446.

HSL color Cylindrical-coordinate representation of color #665180: hue angle of 266.81º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665180 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 81 128 -
CMYK 0.20 0.37 0 0.50
HSL 266.81º 0.22% 0.41% -
HSV(B) 266.81º 0.37% 0.5% -
XYZ 12.32 10.27 21.75 -
YUV 92.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 102 81 128 0.20 0.37 0 0.50 266.81 0.22 0.41
Hex 66 51 80 14 25 0 32 10B 16 29
Octal 146 121 200 24 45 0 62 413 26 51
Binary 1100110 1010001 10000000 10100 100101 0 110010 100001011 10110 101001

Color Harmonies of #665180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665180

Black with #665180

Text Example


Text Example

White with #665180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665180; }

 p { color: rgb(102,81,128); }

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

background-color css

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

 a { background-color: rgb(102,81,128); }

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

border-color css

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

 span { border-color: rgb(102,81,128); }

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