#695187

Color #695187 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #695187

Tints of Butterfly Bush #695187

Color information

#695187 (or 0x695187) is unknown color: approx Butterfly Bush. HEX triplet: 69, 51 and 87. RGB value is (105,81,135). Sum of RGB (Red+Green+Blue) = 105+81+135=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #695187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695187 is #96AE78. Grayscale: #5E5E5E. Windows color (decimal): -9875065 or 8868201. OLE color: 8868201.

HSL color Cylindrical-coordinate representation of color #695187: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695187 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10581135-
CMYK0.220.4000.47
HSL266.67º25%42.35%-
HSV(B)266.67º40%52.94%-
XYZ13.1410.6424.28-
YUV94.33150.95135.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=32.71%
G=25.23%
B=42.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105811350.220.4000.47266.672542.35
Hex695187162802F10b192a
Octal15112120726500574133152
Binary110100110100011000011110110101000010111110000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695187; }

 p { color: rgb(105,81,135); }

 H1.HeaderClassName
 {
   color: #695187;
 }
 .AnyTagClassName
 {
   color: #695187;
 }
</style>
background-color css

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

 a { background-color: rgb(105,81,135); }

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

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

 span { border-color: rgb(105,81,135); }

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