Html Css Color HEX #695380 Butterfly Bush

📋 copy color: '#695380'

red 105 ◦ green 83 ◦ blue 128

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

Shades of Butterfly Bush #695380

Tints of Butterfly Bush #695380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 33.23%
G = 26.27%
B = 40.51%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#695380 (or 0x695380) is known color: Butterfly Bush. HEX triplet: 69, 53 and 80. RGB value is (105,83,128). Sum of RGB (Red+Green+Blue) = 105+83+128=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #695380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695380 is #96AC7F. Grayscale: #5E5E5E. Windows color (decimal): -9874560 or 8409961. OLE color: 8409961.

HSL color Cylindrical-coordinate representation of color #695380: hue angle of 269.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695380 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 83 128 -
CMYK 0.18 0.35 0 0.50
HSL 269.33º 0.21% 0.41% -
HSV(B) 269.33º 0.35% 0.5% -
XYZ 12.82 10.75 21.82 -
YUV 94.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 105 83 128 0.18 0.35 0 0.50 269.33 0.21 0.41
Hex 69 53 80 12 23 0 32 10D 15 29
Octal 151 123 200 22 43 0 62 415 25 51
Binary 1101001 1010011 10000000 10010 100011 0 110010 100001101 10101 101001

Color Harmonies of #695380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695380

Black with #695380

Text Example


Text Example

White with #695380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695380; }

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

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

background-color css

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

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

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

border-color css

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

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

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