Html Css Color HEX #695592 Butterfly Bush

📋 copy color: '#695592'

red 105 ◦ green 85 ◦ blue 146

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

Shades of Butterfly Bush #695592

Tints of Butterfly Bush #695592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 31.25%
G = 25.3%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695592 (or 0x695592) is known color: Butterfly Bush. HEX triplet: 69, 55 and 92. RGB value is (105,85,146). Sum of RGB (Red+Green+Blue) = 105+85+146=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #695592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695592 is #96AA6D. Grayscale: #616161. Windows color (decimal): -9874030 or 9590121. OLE color: 9590121.

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

Color convert

RGB 105 85 146 -
CMYK 0.28 0.42 0 0.43
HSL 259.67º 0.26% 0.45% -
HSV(B) 259.67º 0.42% 0.57% -
XYZ 14.26 11.58 28.68 -
YUV 97.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 105 85 146 0.28 0.42 0 0.43 259.67 0.26 0.45
Hex 69 55 92 1C 2A 0 2B 104 1A 2D
Octal 151 125 222 34 52 0 53 404 32 55
Binary 1101001 1010101 10010010 11100 101010 0 101011 100000100 11010 101101

Color Harmonies of #695592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695592

Black with #695592

Text Example


Text Example

White with #695592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695592; }

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

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

background-color css

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

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

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

border-color css

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

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

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