Html Css Color HEX #695393 Butterfly Bush

📋 copy color: '#695393'

red 105 ◦ green 83 ◦ blue 147

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

Shades of Butterfly Bush #695393

Tints of Butterfly Bush #695393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 31.34%
G = 24.78%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695393 (or 0x695393) is known color: Butterfly Bush. HEX triplet: 69, 53 and 93. RGB value is (105,83,147). Sum of RGB (Red+Green+Blue) = 105+83+147=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #695393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695393 is #96AC6C. Grayscale: #606060. Windows color (decimal): -9874541 or 9655145. OLE color: 9655145.

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

Color convert

RGB 105 83 147 -
CMYK 0.29 0.44 0 0.42
HSL 260.63º 0.28% 0.45% -
HSV(B) 260.63º 0.44% 0.58% -
XYZ 14.19 11.3 29.04 -
YUV 96.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 105 83 147 0.29 0.44 0 0.42 260.63 0.28 0.45
Hex 69 53 93 1D 2C 0 2A 105 1C 2D
Octal 151 123 223 35 54 0 52 405 34 55
Binary 1101001 1010011 10010011 11101 101100 0 101010 100000101 11100 101101

Color Harmonies of #695393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695393

Black with #695393

Text Example


Text Example

White with #695393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695393; }

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

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

background-color css

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

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

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

border-color css

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

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

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