Html Css Color HEX #695587 Butterfly Bush

📋 copy color: '#695587'

red 105 ◦ green 85 ◦ blue 135

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

Shades of Butterfly Bush #695587

Tints of Butterfly Bush #695587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 32.31%
G = 26.15%
B = 41.54%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#695587 (or 0x695587) is known color: Butterfly Bush. HEX triplet: 69, 55 and 87. RGB value is (105,85,135). Sum of RGB (Red+Green+Blue) = 105+85+135=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #695587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695587 is #96AA78. Grayscale: #606060. Windows color (decimal): -9874041 or 8869225. OLE color: 8869225.

HSL color Cylindrical-coordinate representation of color #695587: hue angle of 264º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695587 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 85 135 -
CMYK 0.22 0.37 0 0.47
HSL 264º 0.23% 0.43% -
HSV(B) 264º 0.37% 0.53% -
XYZ 13.45 11.25 24.38 -
YUV 96.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 105 85 135 0.22 0.37 0 0.47 264 0.23 0.43
Hex 69 55 87 16 25 0 2F 108 17 2B
Octal 151 125 207 26 45 0 57 410 27 53
Binary 1101001 1010101 10000111 10110 100101 0 101111 100001000 10111 101011

Color Harmonies of #695587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695587

Black with #695587

Text Example


Text Example

White with #695587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695587; }

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

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

background-color css

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

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

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

border-color css

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

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

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