Html Css Color HEX #695689 Butterfly Bush

📋 copy color: '#695689'

red 105 ◦ green 86 ◦ blue 137

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

Shades of Butterfly Bush #695689

Tints of Butterfly Bush #695689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

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

R = 32.01%
G = 26.22%
B = 41.77%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#695689 (or 0x695689) is known color: Butterfly Bush. HEX triplet: 69, 56 and 89. RGB value is (105,86,137). Sum of RGB (Red+Green+Blue) = 105+86+137=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #695689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695689 is #96A976. Grayscale: #616161. Windows color (decimal): -9873783 or 9000553. OLE color: 9000553.

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

Color convert

RGB 105 86 137 -
CMYK 0.23 0.37 0 0.46
HSL 262.35º 0.23% 0.44% -
HSV(B) 262.35º 0.37% 0.54% -
XYZ 13.67 11.46 25.16 -
YUV 97.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 105 86 137 0.23 0.37 0 0.46 262.35 0.23 0.44
Hex 69 56 89 17 25 0 2E 106 17 2C
Octal 151 126 211 27 45 0 56 406 27 54
Binary 1101001 1010110 10001001 10111 100101 0 101110 100000110 10111 101100

Color Harmonies of #695689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695689

Black with #695689

Text Example


Text Example

White with #695689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695689; }

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

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

background-color css

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

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

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

border-color css

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

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

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