Html Css Color HEX #695593 Butterfly Bush

📋 copy color: '#695593'

red 105 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #695593

Tints of Butterfly Bush #695593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 31.16%
G = 25.22%
B = 43.62%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695593 (or 0x695593) is known color: Butterfly Bush. HEX triplet: 69, 55 and 93. RGB value is (105,85,147). Sum of RGB (Red+Green+Blue) = 105+85+147=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #695593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695593 is #96AA6C. Grayscale: #616161. Windows color (decimal): -9874029 or 9655657. OLE color: 9655657.

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

Color convert

RGB 105 85 147 -
CMYK 0.29 0.42 0 0.42
HSL 259.35º 0.27% 0.45% -
HSV(B) 259.35º 0.42% 0.58% -
XYZ 14.34 11.61 29.09 -
YUV 98.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 105 85 147 0.29 0.42 0 0.42 259.35 0.27 0.45
Hex 69 55 93 1D 2A 0 2A 103 1B 2D
Octal 151 125 223 35 52 0 52 403 33 55
Binary 1101001 1010101 10010011 11101 101010 0 101010 100000011 11011 101101

Color Harmonies of #695593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695593

Black with #695593

Text Example


Text Example

White with #695593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695593; }

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

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

background-color css

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

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

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

border-color css

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

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

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