Html Css Color HEX #695993 Butterfly Bush

📋 copy color: '#695993'

red 105 ◦ green 89 ◦ blue 147

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

Shades of Butterfly Bush #695993

Tints of Butterfly Bush #695993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 30.79%
G = 26.1%
B = 43.11%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695993 (or 0x695993) is known color: Butterfly Bush. HEX triplet: 69, 59 and 93. RGB value is (105,89,147). Sum of RGB (Red+Green+Blue) = 105+89+147=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #695993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695993 is #96A66C. Grayscale: #646464. Windows color (decimal): -9873005 or 9656681. OLE color: 9656681.

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

Color convert

RGB 105 89 147 -
CMYK 0.29 0.39 0 0.42
HSL 256.55º 0.25% 0.46% -
HSV(B) 256.55º 0.39% 0.58% -
XYZ 14.66 12.25 29.2 -
YUV 100.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 105 89 147 0.29 0.39 0 0.42 256.55 0.25 0.46
Hex 69 59 93 1D 27 0 2A 101 19 2E
Octal 151 131 223 35 47 0 52 401 31 56
Binary 1101001 1011001 10010011 11101 100111 0 101010 100000001 11001 101110

Color Harmonies of #695993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695993

Black with #695993

Text Example


Text Example

White with #695993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695993; }

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

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

background-color css

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

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

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

border-color css

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

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

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