Html Css Color HEX #695293 Butterfly Bush

📋 copy color: '#695293'

red 105 ◦ green 82 ◦ blue 147

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

Shades of Butterfly Bush #695293

Tints of Butterfly Bush #695293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 31.44%
G = 24.55%
B = 44.01%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695293 (or 0x695293) is known color: Butterfly Bush. HEX triplet: 69, 52 and 93. RGB value is (105,82,147). Sum of RGB (Red+Green+Blue) = 105+82+147=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #695293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695293 is #96AD6C. Grayscale: #606060. Windows color (decimal): -9874797 or 9654889. OLE color: 9654889.

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

Color convert

RGB 105 82 147 -
CMYK 0.29 0.44 0 0.42
HSL 261.23º 0.28% 0.45% -
HSV(B) 261.23º 0.44% 0.58% -
XYZ 14.11 11.14 29.01 -
YUV 96.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 105 82 147 0.29 0.44 0 0.42 261.23 0.28 0.45
Hex 69 52 93 1D 2C 0 2A 105 1C 2D
Octal 151 122 223 35 54 0 52 405 34 55
Binary 1101001 1010010 10010011 11101 101100 0 101010 100000101 11100 101101

Color Harmonies of #695293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695293

Black with #695293

Text Example


Text Example

White with #695293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695293; }

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

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

background-color css

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

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

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

border-color css

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

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

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