Html Css Color HEX #695899 Butterfly Bush

📋 copy color: '#695899'

red 105 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #695899

Tints of Butterfly Bush #695899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 30.35%
G = 25.43%
B = 44.22%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#695899 (or 0x695899) is known color: Butterfly Bush. HEX triplet: 69, 58 and 99. RGB value is (105,88,153). Sum of RGB (Red+Green+Blue) = 105+88+153=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #695899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695899 is #96A766. Grayscale: #646464. Windows color (decimal): -9873255 or 10049641. OLE color: 10049641.

HSL color Cylindrical-coordinate representation of color #695899: hue angle of 255.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #695899 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 88 153 -
CMYK 0.31 0.42 0 0.4
HSL 255.69º 0.27% 0.47% -
HSV(B) 255.69º 0.42% 0.6% -
XYZ 15.07 12.28 31.71 -
YUV 100.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 105 88 153 0.31 0.42 0 0.4 255.69 0.27 0.47
Hex 69 58 99 1F 2A 0 28 100 1B 2F
Octal 151 130 231 37 52 0 50 400 33 57
Binary 1101001 1011000 10011001 11111 101010 0 101000 100000000 11011 101111

Color Harmonies of #695899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695899

Black with #695899

Text Example


Text Example

White with #695899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695899; }

 p { color: rgb(105,88,153); }

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

background-color css

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

 a { background-color: rgb(105,88,153); }

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

border-color css

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

 span { border-color: rgb(105,88,153); }

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