Html Css Color HEX #695699 Butterfly Bush

📋 copy color: '#695699'

red 105 ◦ green 86 ◦ blue 153

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

Shades of Butterfly Bush #695699

Tints of Butterfly Bush #695699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 30.52%
G = 25%
B = 44.48%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#695699 (or 0x695699) is known color: Butterfly Bush. HEX triplet: 69, 56 and 99. RGB value is (105,86,153). Sum of RGB (Red+Green+Blue) = 105+86+153=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #695699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695699 is #96A966. Grayscale: #636363. Windows color (decimal): -9873767 or 10049129. OLE color: 10049129.

HSL color Cylindrical-coordinate representation of color #695699: hue angle of 257.01º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695699 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 86 153 -
CMYK 0.31 0.44 0 0.4
HSL 257.01º 0.28% 0.47% -
HSV(B) 257.01º 0.44% 0.6% -
XYZ 14.9 11.96 31.66 -
YUV 99.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 105 86 153 0.31 0.44 0 0.4 257.01 0.28 0.47
Hex 69 56 99 1F 2C 0 28 101 1C 2F
Octal 151 126 231 37 54 0 50 401 34 57
Binary 1101001 1010110 10011001 11111 101100 0 101000 100000001 11100 101111

Color Harmonies of #695699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695699

Black with #695699

Text Example


Text Example

White with #695699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695699; }

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

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

background-color css

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

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

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

border-color css

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

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

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