Html Css Color HEX #695583 Butterfly Bush

📋 copy color: '#695583'

red 105 ◦ green 85 ◦ blue 131

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

Shades of Butterfly Bush #695583

Tints of Butterfly Bush #695583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 32.71%
G = 26.48%
B = 40.81%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695583 (or 0x695583) is known color: Butterfly Bush. HEX triplet: 69, 55 and 83. RGB value is (105,85,131). Sum of RGB (Red+Green+Blue) = 105+85+131=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #695583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695583 is #96AA7C. Grayscale: #606060. Windows color (decimal): -9874045 or 8607081. OLE color: 8607081.

HSL color Cylindrical-coordinate representation of color #695583: hue angle of 266.09º 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 #695583 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 85 131 -
CMYK 0.20 0.35 0 0.49
HSL 266.09º 0.21% 0.42% -
HSV(B) 266.09º 0.35% 0.51% -
XYZ 13.17 11.14 22.93 -
YUV 96.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 105 85 131 0.20 0.35 0 0.49 266.09 0.21 0.42
Hex 69 55 83 14 23 0 31 10A 15 2A
Octal 151 125 203 24 43 0 61 412 25 52
Binary 1101001 1010101 10000011 10100 100011 0 110001 100001010 10101 101010

Color Harmonies of #695583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695583

Black with #695583

Text Example


Text Example

White with #695583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695583; }

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

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

background-color css

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

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

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

border-color css

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

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

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