Html Css Color HEX #665785 Butterfly Bush

📋 copy color: '#665785'

red 102 ◦ green 87 ◦ blue 133

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

Shades of Butterfly Bush #665785

Tints of Butterfly Bush #665785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 31.68%
G = 27.02%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665785 (or 0x665785) is known color: Butterfly Bush. HEX triplet: 66, 57 and 85. RGB value is (102,87,133). Sum of RGB (Red+Green+Blue) = 102+87+133=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #665785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665785 is #99A87A. Grayscale: #606060. Windows color (decimal): -10070139 or 8738662. OLE color: 8738662.

HSL color Cylindrical-coordinate representation of color #665785: hue angle of 259.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665785 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 87 133 -
CMYK 0.23 0.35 0 0.48
HSL 259.57º 0.21% 0.43% -
HSV(B) 259.57º 0.35% 0.52% -
XYZ 13.12 11.33 23.69 -
YUV 96.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 102 87 133 0.23 0.35 0 0.48 259.57 0.21 0.43
Hex 66 57 85 17 23 0 30 104 15 2B
Octal 146 127 205 27 43 0 60 404 25 53
Binary 1100110 1010111 10000101 10111 100011 0 110000 100000100 10101 101011

Color Harmonies of #665785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665785

Black with #665785

Text Example


Text Example

White with #665785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665785; }

 p { color: rgb(102,87,133); }

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

background-color css

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

 a { background-color: rgb(102,87,133); }

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

border-color css

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

 span { border-color: rgb(102,87,133); }

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