#695A97

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

Shades of Butterfly Bush #695A97

Tints of Butterfly Bush #695A97

Color information

#695A97 (or 0x695A97) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5A and 97. RGB value is (105,90,151). Sum of RGB (Red+Green+Blue) = 105+90+151=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #695A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A97 is #96A568. Grayscale: #656565. Windows color (decimal): -9872745 or 9919081. OLE color: 9919081.

HSL color Cylindrical-coordinate representation of color #695A97: hue angle of 254.75º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695A97 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10590151-
CMYK0.300.4000.41
HSL254.75º25.31%47.25%-
HSV(B)254.75º40.4%59.22%-
XYZ15.0712.5530.91-
YUV101.44155.97130.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=30.35%
G=26.01%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105901510.300.4000.41254.7525.3147.25
Hex695A971E28029ff192f
Octal15113222736500513773157
Binary11010011011010100101111111010100001010011111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A97; }

 p { color: rgb(105,90,151); }

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

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

 a { background-color: rgb(105,90,151); }

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

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

 span { border-color: rgb(105,90,151); }

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