Html Css Color HEX #695091 Butterfly Bush

📋 copy color: '#695091'

red 105 ◦ green 80 ◦ blue 145

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

Shades of Butterfly Bush #695091

Tints of Butterfly Bush #695091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 31.82%
G = 24.24%
B = 43.94%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695091 (or 0x695091) is known color: Butterfly Bush. HEX triplet: 69, 50 and 91. RGB value is (105,80,145). Sum of RGB (Red+Green+Blue) = 105+80+145=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #695091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695091 is #96AF6E. Grayscale: #5E5E5E. Windows color (decimal): -9875311 or 9523305. OLE color: 9523305.

HSL color Cylindrical-coordinate representation of color #695091: hue angle of 263.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695091 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 80 145 -
CMYK 0.28 0.45 0 0.43
HSL 263.08º 0.29% 0.44% -
HSV(B) 263.08º 0.45% 0.57% -
XYZ 13.81 10.78 28.14 -
YUV 94.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 105 80 145 0.28 0.45 0 0.43 263.08 0.29 0.44
Hex 69 50 91 1C 2D 0 2B 107 1D 2C
Octal 151 120 221 34 55 0 53 407 35 54
Binary 1101001 1010000 10010001 11100 101101 0 101011 100000111 11101 101100

Color Harmonies of #695091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695091

Black with #695091

Text Example


Text Example

White with #695091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695091; }

 p { color: rgb(105,80,145); }

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

background-color css

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

 a { background-color: rgb(105,80,145); }

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

border-color css

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

 span { border-color: rgb(105,80,145); }

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