Html Css Color HEX #695589 Butterfly Bush

📋 copy color: '#695589'

red 105 ◦ green 85 ◦ blue 137

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

Shades of Butterfly Bush #695589

Tints of Butterfly Bush #695589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 137 (53.91% from 255) = 41.9%

R = 32.11%
G = 25.99%
B = 41.9%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#695589 (or 0x695589) is known color: Butterfly Bush. HEX triplet: 69, 55 and 89. RGB value is (105,85,137). Sum of RGB (Red+Green+Blue) = 105+85+137=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #695589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695589 is #96AA76. Grayscale: #606060. Windows color (decimal): -9874039 or 9000297. OLE color: 9000297.

HSL color Cylindrical-coordinate representation of color #695589: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695589 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 85 137 -
CMYK 0.23 0.38 0 0.46
HSL 263.08º 0.23% 0.44% -
HSV(B) 263.08º 0.38% 0.54% -
XYZ 13.59 11.31 25.13 -
YUV 96.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 105 85 137 0.23 0.38 0 0.46 263.08 0.23 0.44
Hex 69 55 89 17 26 0 2E 107 17 2C
Octal 151 125 211 27 46 0 56 407 27 54
Binary 1101001 1010101 10001001 10111 100110 0 101110 100000111 10111 101100

Color Harmonies of #695589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695589

Black with #695589

Text Example


Text Example

White with #695589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695589; }

 p { color: rgb(105,85,137); }

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

background-color css

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

 a { background-color: rgb(105,85,137); }

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

border-color css

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

 span { border-color: rgb(105,85,137); }

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