Html Css Color HEX #695481 Butterfly Bush

📋 copy color: '#695481'

red 105 ◦ green 84 ◦ blue 129

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

Shades of Butterfly Bush #695481

Tints of Butterfly Bush #695481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 33.02%
G = 26.42%
B = 40.57%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695481 (or 0x695481) is known color: Butterfly Bush. HEX triplet: 69, 54 and 81. RGB value is (105,84,129). Sum of RGB (Red+Green+Blue) = 105+84+129=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #695481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695481 is #96AB7E. Grayscale: #5F5F5F. Windows color (decimal): -9874303 or 8475753. OLE color: 8475753.

HSL color Cylindrical-coordinate representation of color #695481: hue angle of 268º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695481 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 84 129 -
CMYK 0.19 0.35 0 0.49
HSL 268º 0.21% 0.42% -
HSV(B) 268º 0.35% 0.51% -
XYZ 12.96 10.93 22.2 -
YUV 95.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 105 84 129 0.19 0.35 0 0.49 268 0.21 0.42
Hex 69 54 81 13 23 0 31 10C 15 2A
Octal 151 124 201 23 43 0 61 414 25 52
Binary 1101001 1010100 10000001 10011 100011 0 110001 100001100 10101 101010

Color Harmonies of #695481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695481

Black with #695481

Text Example


Text Example

White with #695481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695481; }

 p { color: rgb(105,84,129); }

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

background-color css

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

 a { background-color: rgb(105,84,129); }

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

border-color css

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

 span { border-color: rgb(105,84,129); }

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