Html Css Color HEX #695296 Butterfly Bush

📋 copy color: '#695296'

red 105 ◦ green 82 ◦ blue 150

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

Shades of Butterfly Bush #695296

Tints of Butterfly Bush #695296

RGB

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

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

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

R = 31.16%
G = 24.33%
B = 44.51%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#695296 (or 0x695296) is known color: Butterfly Bush. HEX triplet: 69, 52 and 96. RGB value is (105,82,150). Sum of RGB (Red+Green+Blue) = 105+82+150=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #695296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695296 is #96AD69. Grayscale: #606060. Windows color (decimal): -9874794 or 9851497. OLE color: 9851497.

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

Color convert

RGB 105 82 150 -
CMYK 0.30 0.45 0 0.41
HSL 260.29º 0.29% 0.45% -
HSV(B) 260.29º 0.45% 0.59% -
XYZ 14.35 11.24 30.27 -
YUV 96.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 105 82 150 0.30 0.45 0 0.41 260.29 0.29 0.45
Hex 69 52 96 1E 2D 0 29 104 1D 2D
Octal 151 122 226 36 55 0 51 404 35 55
Binary 1101001 1010010 10010110 11110 101101 0 101001 100000100 11101 101101

Color Harmonies of #695296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695296

Black with #695296

Text Example


Text Example

White with #695296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695296; }

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

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

background-color css

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

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

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

border-color css

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

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

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