Html Css Color HEX #695688 Butterfly Bush

📋 copy color: '#695688'

red 105 ◦ green 86 ◦ blue 136

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

Shades of Butterfly Bush #695688

Tints of Butterfly Bush #695688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 32.11%
G = 26.3%
B = 41.59%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#695688 (or 0x695688) is known color: Butterfly Bush. HEX triplet: 69, 56 and 88. RGB value is (105,86,136). Sum of RGB (Red+Green+Blue) = 105+86+136=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #695688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695688 is #96A977. Grayscale: #616161. Windows color (decimal): -9873784 or 8935017. OLE color: 8935017.

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

Color convert

RGB 105 86 136 -
CMYK 0.23 0.37 0 0.47
HSL 262.8º 0.23% 0.44% -
HSV(B) 262.8º 0.37% 0.53% -
XYZ 13.6 11.44 24.78 -
YUV 97.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 105 86 136 0.23 0.37 0 0.47 262.8 0.23 0.44
Hex 69 56 88 17 25 0 2F 107 17 2C
Octal 151 126 210 27 45 0 57 407 27 54
Binary 1101001 1010110 10001000 10111 100101 0 101111 100000111 10111 101100

Color Harmonies of #695688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695688

Black with #695688

Text Example


Text Example

White with #695688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695688; }

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

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

background-color css

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

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

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

border-color css

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

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

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