Html Css Color HEX #695591 Butterfly Bush

📋 copy color: '#695591'

red 105 ◦ green 85 ◦ blue 145

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

Shades of Butterfly Bush #695591

Tints of Butterfly Bush #695591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 31.34%
G = 25.37%
B = 43.28%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695591 (or 0x695591) is known color: Butterfly Bush. HEX triplet: 69, 55 and 91. RGB value is (105,85,145). Sum of RGB (Red+Green+Blue) = 105+85+145=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #695591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695591 is #96AA6E. Grayscale: #616161. Windows color (decimal): -9874031 or 9524585. OLE color: 9524585.

HSL color Cylindrical-coordinate representation of color #695591: hue angle of 260º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #695591 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 85 145 -
CMYK 0.28 0.41 0 0.43
HSL 260º 0.26% 0.45% -
HSV(B) 260º 0.41% 0.57% -
XYZ 14.19 11.54 28.27 -
YUV 97.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 105 85 145 0.28 0.41 0 0.43 260 0.26 0.45
Hex 69 55 91 1C 29 0 2B 104 1A 2D
Octal 151 125 221 34 51 0 53 404 32 55
Binary 1101001 1010101 10010001 11100 101001 0 101011 100000100 11010 101101

Color Harmonies of #695591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695591

Black with #695591

Text Example


Text Example

White with #695591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695591; }

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

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

background-color css

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

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

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

border-color css

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

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

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