Html Css Color HEX #695785 Butterfly Bush

📋 copy color: '#695785'

red 105 ◦ green 87 ◦ blue 133

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

Shades of Butterfly Bush #695785

Tints of Butterfly Bush #695785

RGB

 RED value IS 105 (41.41% from 255) = 32.31%

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

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

R = 32.31%
G = 26.77%
B = 40.92%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#695785 (or 0x695785) is known color: Butterfly Bush. HEX triplet: 69, 57 and 85. RGB value is (105,87,133). Sum of RGB (Red+Green+Blue) = 105+87+133=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #695785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695785 is #96A87A. Grayscale: #616161. Windows color (decimal): -9873531 or 8738665. OLE color: 8738665.

HSL color Cylindrical-coordinate representation of color #695785: hue angle of 263.48º 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 #695785 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 87 133 -
CMYK 0.21 0.35 0 0.48
HSL 263.48º 0.21% 0.43% -
HSV(B) 263.48º 0.35% 0.52% -
XYZ 13.47 11.51 23.7 -
YUV 97.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 105 87 133 0.21 0.35 0 0.48 263.48 0.21 0.43
Hex 69 57 85 15 23 0 30 107 15 2B
Octal 151 127 205 25 43 0 60 407 25 53
Binary 1101001 1010111 10000101 10101 100011 0 110000 100000111 10101 101011

Color Harmonies of #695785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695785

Black with #695785

Text Example


Text Example

White with #695785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695785; }

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

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

background-color css

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

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

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

border-color css

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

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

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