#695883

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

Shades of Butterfly Bush #695883

Tints of Butterfly Bush #695883

Color information

#695883 (or 0x695883) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 83. RGB value is (105,88,131). Sum of RGB (Red+Green+Blue) = 105+88+131=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #695883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695883 is #96A77C. Grayscale: #616161. Windows color (decimal): -9873277 or 8607849. OLE color: 8607849.

HSL color Cylindrical-coordinate representation of color #695883: hue angle of 263.72º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695883 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10588131-
CMYK0.200.3300.49
HSL263.72º19.63%42.94%-
HSV(B)263.72º32.82%51.37%-
XYZ13.4111.6223.01-
YUV97.98146.63133-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=32.41%
G=27.16%
B=40.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105881310.200.3300.49263.7219.6342.94
Hex6958831421031108142b
Octal15113020324410614102453
Binary110100110110001000001110100100001011000110000100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695883; }

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

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

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

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

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

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

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

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