Html Css Color HEX #695696 Butterfly Bush

📋 copy color: '#695696'

red 105 ◦ green 86 ◦ blue 150

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

Shades of Butterfly Bush #695696

Tints of Butterfly Bush #695696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 30.79%
G = 25.22%
B = 43.99%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#695696 (or 0x695696) is known color: Butterfly Bush. HEX triplet: 69, 56 and 96. RGB value is (105,86,150). Sum of RGB (Red+Green+Blue) = 105+86+150=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #695696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695696 is #96A969. Grayscale: #626262. Windows color (decimal): -9873770 or 9852521. OLE color: 9852521.

HSL color Cylindrical-coordinate representation of color #695696: hue angle of 257.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695696 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 86 150 -
CMYK 0.30 0.43 0 0.41
HSL 257.81º 0.27% 0.46% -
HSV(B) 257.81º 0.43% 0.59% -
XYZ 14.66 11.86 30.37 -
YUV 98.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 105 86 150 0.30 0.43 0 0.41 257.81 0.27 0.46
Hex 69 56 96 1E 2B 0 29 102 1B 2E
Octal 151 126 226 36 53 0 51 402 33 56
Binary 1101001 1010110 10010110 11110 101011 0 101001 100000010 11011 101110

Color Harmonies of #695696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695696

Black with #695696

Text Example


Text Example

White with #695696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695696; }

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

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

background-color css

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

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

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

border-color css

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

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

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