Html Css Color HEX #695385 Butterfly Bush

📋 copy color: '#695385'

red 105 ◦ green 83 ◦ blue 133

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

Shades of Butterfly Bush #695385

Tints of Butterfly Bush #695385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 32.71%
G = 25.86%
B = 41.43%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#695385 (or 0x695385) is known color: Butterfly Bush. HEX triplet: 69, 53 and 85. RGB value is (105,83,133). Sum of RGB (Red+Green+Blue) = 105+83+133=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #695385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695385 is #96AC7A. Grayscale: #5F5F5F. Windows color (decimal): -9874555 or 8737641. OLE color: 8737641.

HSL color Cylindrical-coordinate representation of color #695385: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695385 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 83 133 -
CMYK 0.21 0.38 0 0.48
HSL 266.4º 0.23% 0.42% -
HSV(B) 266.4º 0.38% 0.52% -
XYZ 13.15 10.88 23.6 -
YUV 95.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 105 83 133 0.21 0.38 0 0.48 266.4 0.23 0.42
Hex 69 53 85 15 26 0 30 10A 17 2A
Octal 151 123 205 25 46 0 60 412 27 52
Binary 1101001 1010011 10000101 10101 100110 0 110000 100001010 10111 101010

Color Harmonies of #695385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695385

Black with #695385

Text Example


Text Example

White with #695385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695385; }

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

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

background-color css

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

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

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

border-color css

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

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

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