Html Css Color HEX #695884 Butterfly Bush

📋 copy color: '#695884'

red 105 ◦ green 88 ◦ blue 132

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

Shades of Butterfly Bush #695884

Tints of Butterfly Bush #695884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 32.31%
G = 27.08%
B = 40.62%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#695884 (or 0x695884) is known color: Butterfly Bush. HEX triplet: 69, 58 and 84. RGB value is (105,88,132). Sum of RGB (Red+Green+Blue) = 105+88+132=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #695884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695884 is #96A77B. Grayscale: #616161. Windows color (decimal): -9873276 or 8673385. OLE color: 8673385.

HSL color Cylindrical-coordinate representation of color #695884: hue angle of 263.18º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695884 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 88 132 -
CMYK 0.20 0.33 0 0.48
HSL 263.18º 0.2% 0.43% -
HSV(B) 263.18º 0.33% 0.52% -
XYZ 13.48 11.65 23.37 -
YUV 98.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 105 88 132 0.20 0.33 0 0.48 263.18 0.2 0.43
Hex 69 58 84 14 21 0 30 107 14 2B
Octal 151 130 204 24 41 0 60 407 24 53
Binary 1101001 1011000 10000100 10100 100001 0 110000 100000111 10100 101011

Color Harmonies of #695884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695884

Black with #695884

Text Example


Text Example

White with #695884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695884; }

 p { color: rgb(105,88,132); }

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

background-color css

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

 a { background-color: rgb(105,88,132); }

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

border-color css

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

 span { border-color: rgb(105,88,132); }

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