#695A8E

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

Shades of Butterfly Bush #695A8E

Tints of Butterfly Bush #695A8E

Color information

#695A8E (or 0x695A8E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5A and 8E. RGB value is (105,90,142). Sum of RGB (Red+Green+Blue) = 105+90+142=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #695A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A8E is #96A571. Grayscale: #646464. Windows color (decimal): -9872754 or 9329257. OLE color: 9329257.

HSL color Cylindrical-coordinate representation of color #695A8E: hue angle of 257.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695A8E is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10590142-
CMYK0.260.3700.44
HSL257.31º22.41%45.49%-
HSV(B)257.31º36.62%55.69%-
XYZ14.3612.2727.2-
YUV100.41151.47131.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=31.16%
G=26.71%
B=42.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105901420.260.3700.44257.3122.4145.49
Hex695A8E1A2502C101162d
Octal15113221632450544012655
Binary110100110110101000111011010100101010110010000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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