Html Css Color HEX #695497 Butterfly Bush

📋 copy color: '#695497'

red 105 ◦ green 84 ◦ blue 151

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

Shades of Butterfly Bush #695497

Tints of Butterfly Bush #695497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 30.88%
G = 24.71%
B = 44.41%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#695497 (or 0x695497) is known color: Butterfly Bush. HEX triplet: 69, 54 and 97. RGB value is (105,84,151). Sum of RGB (Red+Green+Blue) = 105+84+151=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #695497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695497 is #96AB68. Grayscale: #616161. Windows color (decimal): -9874281 or 9917545. OLE color: 9917545.

HSL color Cylindrical-coordinate representation of color #695497: hue angle of 258.81º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695497 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 84 151 -
CMYK 0.30 0.44 0 0.41
HSL 258.81º 0.29% 0.46% -
HSV(B) 258.81º 0.44% 0.59% -
XYZ 14.58 11.58 30.74 -
YUV 97.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 105 84 151 0.30 0.44 0 0.41 258.81 0.29 0.46
Hex 69 54 97 1E 2C 0 29 103 1D 2E
Octal 151 124 227 36 54 0 51 403 35 56
Binary 1101001 1010100 10010111 11110 101100 0 101001 100000011 11101 101110

Color Harmonies of #695497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695497

Black with #695497

Text Example


Text Example

White with #695497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695497; }

 p { color: rgb(105,84,151); }

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

background-color css

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

 a { background-color: rgb(105,84,151); }

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

border-color css

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

 span { border-color: rgb(105,84,151); }

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