Html Css Color HEX #665081 Butterfly Bush

📋 copy color: '#665081'

red 102 ◦ green 80 ◦ blue 129

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

Shades of Butterfly Bush #665081

Tints of Butterfly Bush #665081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 32.8%
G = 25.72%
B = 41.48%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665081 (or 0x665081) is known color: Butterfly Bush. HEX triplet: 66, 50 and 81. RGB value is (102,80,129). Sum of RGB (Red+Green+Blue) = 102+80+129=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #665081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665081 is #99AF7E. Grayscale: #5B5B5B. Windows color (decimal): -10071935 or 8474726. OLE color: 8474726.

HSL color Cylindrical-coordinate representation of color #665081: hue angle of 266.94º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665081 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 80 129 -
CMYK 0.21 0.38 0 0.49
HSL 266.94º 0.23% 0.41% -
HSV(B) 266.94º 0.38% 0.51% -
XYZ 12.31 10.15 22.08 -
YUV 92.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 102 80 129 0.21 0.38 0 0.49 266.94 0.23 0.41
Hex 66 50 81 15 26 0 31 10B 17 29
Octal 146 120 201 25 46 0 61 413 27 51
Binary 1100110 1010000 10000001 10101 100110 0 110001 100001011 10111 101001

Color Harmonies of #665081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665081

Black with #665081

Text Example


Text Example

White with #665081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665081; }

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

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

background-color css

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

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

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

border-color css

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

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

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