#695399

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

Shades of Butterfly Bush #695399

Tints of Butterfly Bush #695399

Color information

#695399 (or 0x695399) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 99. RGB value is (105,83,153). Sum of RGB (Red+Green+Blue) = 105+83+153=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #695399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695399 is #96AC66. Grayscale: #616161. Windows color (decimal): -9874535 or 10048361. OLE color: 10048361.

HSL color Cylindrical-coordinate representation of color #695399: hue angle of 258.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695399 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10583153-
CMYK0.310.4600.4
HSL258.86º29.66%46.27%-
HSV(B)258.86º45.75%60%-
XYZ14.6711.4931.58-
YUV97.56159.29133.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=30.79%
G=24.34%
B=44.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105831530.310.4600.4258.8629.6646.27
Hex6953991F2E0281031e2e
Octal15112323137560504033656
Binary110100110100111001100111111101110010100010000001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695399; }

 p { color: rgb(105,83,153); }

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

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

 a { background-color: rgb(105,83,153); }

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

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

 span { border-color: rgb(105,83,153); }

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