Html Css Color HEX #665380 Butterfly Bush

📋 copy color: '#665380'

red 102 ◦ green 83 ◦ blue 128

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

Shades of Butterfly Bush #665380

Tints of Butterfly Bush #665380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 32.59%
G = 26.52%
B = 40.89%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#665380 (or 0x665380) is known color: Butterfly Bush. HEX triplet: 66, 53 and 80. RGB value is (102,83,128). Sum of RGB (Red+Green+Blue) = 102+83+128=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #665380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665380 is #99AC7F. Grayscale: #5D5D5D. Windows color (decimal): -10071168 or 8409958. OLE color: 8409958.

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

Color convert

RGB 102 83 128 -
CMYK 0.20 0.35 0 0.50
HSL 265.33º 0.21% 0.41% -
HSV(B) 265.33º 0.35% 0.5% -
XYZ 12.47 10.57 21.81 -
YUV 93.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 102 83 128 0.20 0.35 0 0.50 265.33 0.21 0.41
Hex 66 53 80 14 23 0 32 109 15 29
Octal 146 123 200 24 43 0 62 411 25 51
Binary 1100110 1010011 10000000 10100 100011 0 110010 100001001 10101 101001

Color Harmonies of #665380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665380

Black with #665380

Text Example


Text Example

White with #665380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665380; }

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

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

background-color css

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

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

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

border-color css

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

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

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