Html Css Color HEX #695291 Butterfly Bush

📋 copy color: '#695291'

red 105 ◦ green 82 ◦ blue 145

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

Shades of Butterfly Bush #695291

Tints of Butterfly Bush #695291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 31.63%
G = 24.7%
B = 43.67%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695291 (or 0x695291) is known color: Butterfly Bush. HEX triplet: 69, 52 and 91. RGB value is (105,82,145). Sum of RGB (Red+Green+Blue) = 105+82+145=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #695291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695291 is #96AD6E. Grayscale: #5F5F5F. Windows color (decimal): -9874799 or 9523817. OLE color: 9523817.

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

Color convert

RGB 105 82 145 -
CMYK 0.28 0.43 0 0.43
HSL 261.9º 0.28% 0.45% -
HSV(B) 261.9º 0.43% 0.57% -
XYZ 13.95 11.08 28.19 -
YUV 96.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 105 82 145 0.28 0.43 0 0.43 261.9 0.28 0.45
Hex 69 52 91 1C 2B 0 2B 106 1C 2D
Octal 151 122 221 34 53 0 53 406 34 55
Binary 1101001 1010010 10010001 11100 101011 0 101011 100000110 11100 101101

Color Harmonies of #695291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695291

Black with #695291

Text Example


Text Example

White with #695291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695291; }

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

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

background-color css

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

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

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

border-color css

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

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

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