Html Css Color HEX #695096 Butterfly Bush

📋 copy color: '#695096'

red 105 ◦ green 80 ◦ blue 150

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

Shades of Butterfly Bush #695096

Tints of Butterfly Bush #695096

RGB

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

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

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

R = 31.34%
G = 23.88%
B = 44.78%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#695096 (or 0x695096) is known color: Butterfly Bush. HEX triplet: 69, 50 and 96. RGB value is (105,80,150). Sum of RGB (Red+Green+Blue) = 105+80+150=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #695096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695096 is #96AF69. Grayscale: #5F5F5F. Windows color (decimal): -9875306 or 9850985. OLE color: 9850985.

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

Color convert

RGB 105 80 150 -
CMYK 0.30 0.47 0 0.41
HSL 261.43º 0.3% 0.45% -
HSV(B) 261.43º 0.47% 0.59% -
XYZ 14.2 10.94 30.22 -
YUV 95.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 105 80 150 0.30 0.47 0 0.41 261.43 0.3 0.45
Hex 69 50 96 1E 2F 0 29 105 1E 2D
Octal 151 120 226 36 57 0 51 405 36 55
Binary 1101001 1010000 10010110 11110 101111 0 101001 100000101 11110 101101

Color Harmonies of #695096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695096

Black with #695096

Text Example


Text Example

White with #695096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695096; }

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

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

background-color css

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

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

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

border-color css

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

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

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