Html Css Color HEX #695590 Butterfly Bush

📋 copy color: '#695590'

red 105 ◦ green 85 ◦ blue 144

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

Shades of Butterfly Bush #695590

Tints of Butterfly Bush #695590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 31.44%
G = 25.45%
B = 43.11%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#695590 (or 0x695590) is known color: Butterfly Bush. HEX triplet: 69, 55 and 90. RGB value is (105,85,144). Sum of RGB (Red+Green+Blue) = 105+85+144=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #695590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695590 is #96AA6F. Grayscale: #616161. Windows color (decimal): -9874032 or 9459049. OLE color: 9459049.

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

Color convert

RGB 105 85 144 -
CMYK 0.27 0.41 0 0.44
HSL 260.34º 0.26% 0.45% -
HSV(B) 260.34º 0.41% 0.56% -
XYZ 14.11 11.51 27.86 -
YUV 97.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 105 85 144 0.27 0.41 0 0.44 260.34 0.26 0.45
Hex 69 55 90 1B 29 0 2C 104 1A 2D
Octal 151 125 220 33 51 0 54 404 32 55
Binary 1101001 1010101 10010000 11011 101001 0 101100 100000100 11010 101101

Color Harmonies of #695590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695590

Black with #695590

Text Example


Text Example

White with #695590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695590; }

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

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

background-color css

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

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

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

border-color css

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

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

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