Html Css Color HEX #695582 Butterfly Bush

📋 copy color: '#695582'

red 105 ◦ green 85 ◦ blue 130

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

Shades of Butterfly Bush #695582

Tints of Butterfly Bush #695582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 32.81%
G = 26.56%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695582 (or 0x695582) is known color: Butterfly Bush. HEX triplet: 69, 55 and 82. RGB value is (105,85,130). Sum of RGB (Red+Green+Blue) = 105+85+130=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #695582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695582 is #96AA7D. Grayscale: #5F5F5F. Windows color (decimal): -9874046 or 8541545. OLE color: 8541545.

HSL color Cylindrical-coordinate representation of color #695582: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695582 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 85 130 -
CMYK 0.19 0.35 0 0.49
HSL 266.67º 0.21% 0.42% -
HSV(B) 266.67º 0.35% 0.51% -
XYZ 13.1 11.11 22.57 -
YUV 96.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 105 85 130 0.19 0.35 0 0.49 266.67 0.21 0.42
Hex 69 55 82 13 23 0 31 10B 15 2A
Octal 151 125 202 23 43 0 61 413 25 52
Binary 1101001 1010101 10000010 10011 100011 0 110001 100001011 10101 101010

Color Harmonies of #695582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695582

Black with #695582

Text Example


Text Example

White with #695582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695582; }

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

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

background-color css

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

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

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

border-color css

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

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

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