Html Css Color HEX #695893 Butterfly Bush

📋 copy color: '#695893'

red 105 ◦ green 88 ◦ blue 147

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

Shades of Butterfly Bush #695893

Tints of Butterfly Bush #695893

RGB

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

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

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

R = 30.88%
G = 25.88%
B = 43.24%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695893 (or 0x695893) is known color: Butterfly Bush. HEX triplet: 69, 58 and 93. RGB value is (105,88,147). Sum of RGB (Red+Green+Blue) = 105+88+147=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #695893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695893 is #96A76C. Grayscale: #636363. Windows color (decimal): -9873261 or 9656425. OLE color: 9656425.

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

Color convert

RGB 105 88 147 -
CMYK 0.29 0.40 0 0.42
HSL 257.29º 0.25% 0.46% -
HSV(B) 257.29º 0.4% 0.58% -
XYZ 14.58 12.09 29.17 -
YUV 99.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 105 88 147 0.29 0.40 0 0.42 257.29 0.25 0.46
Hex 69 58 93 1D 28 0 2A 101 19 2E
Octal 151 130 223 35 50 0 52 401 31 56
Binary 1101001 1011000 10010011 11101 101000 0 101010 100000001 11001 101110

Color Harmonies of #695893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695893

Black with #695893

Text Example


Text Example

White with #695893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695893; }

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

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

background-color css

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

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

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

border-color css

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

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

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