Html Css Color HEX #695988 Butterfly Bush

📋 copy color: '#695988'

red 105 ◦ green 89 ◦ blue 136

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

Shades of Butterfly Bush #695988

Tints of Butterfly Bush #695988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 31.82%
G = 26.97%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#695988 (or 0x695988) is known color: Butterfly Bush. HEX triplet: 69, 59 and 88. RGB value is (105,89,136). Sum of RGB (Red+Green+Blue) = 105+89+136=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #695988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695988 is #96A677. Grayscale: #626262. Windows color (decimal): -9873016 or 8935785. OLE color: 8935785.

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

Color convert

RGB 105 89 136 -
CMYK 0.23 0.35 0 0.47
HSL 260.43º 0.21% 0.44% -
HSV(B) 260.43º 0.35% 0.53% -
XYZ 13.84 11.93 24.86 -
YUV 99.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 105 89 136 0.23 0.35 0 0.47 260.43 0.21 0.44
Hex 69 59 88 17 23 0 2F 104 15 2C
Octal 151 131 210 27 43 0 57 404 25 54
Binary 1101001 1011001 10001000 10111 100011 0 101111 100000100 10101 101100

Color Harmonies of #695988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695988

Black with #695988

Text Example


Text Example

White with #695988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695988; }

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

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

background-color css

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

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

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

border-color css

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

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

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