Html Css Color HEX #695495 Butterfly Bush

📋 copy color: '#695495'

red 105 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #695495

Tints of Butterfly Bush #695495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 31.07%
G = 24.85%
B = 44.08%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695495 (or 0x695495) is known color: Butterfly Bush. HEX triplet: 69, 54 and 95. RGB value is (105,84,149). Sum of RGB (Red+Green+Blue) = 105+84+149=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #695495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695495 is #96AB6A. Grayscale: #616161. Windows color (decimal): -9874283 or 9786473. OLE color: 9786473.

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

Color convert

RGB 105 84 149 -
CMYK 0.30 0.44 0 0.42
HSL 259.38º 0.28% 0.46% -
HSV(B) 259.38º 0.44% 0.58% -
XYZ 14.42 11.51 29.9 -
YUV 97.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 105 84 149 0.30 0.44 0 0.42 259.38 0.28 0.46
Hex 69 54 95 1E 2C 0 2A 103 1C 2E
Octal 151 124 225 36 54 0 52 403 34 56
Binary 1101001 1010100 10010101 11110 101100 0 101010 100000011 11100 101110

Color Harmonies of #695495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695495

Black with #695495

Text Example


Text Example

White with #695495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695495; }

 p { color: rgb(105,84,149); }

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

background-color css

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

 a { background-color: rgb(105,84,149); }

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

border-color css

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

 span { border-color: rgb(105,84,149); }

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