#695383

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

Shades of Butterfly Bush #695383

Tints of Butterfly Bush #695383

Color information

#695383 (or 0x695383) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 83. RGB value is (105,83,131). Sum of RGB (Red+Green+Blue) = 105+83+131=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #695383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695383 is #96AC7C. Grayscale: #5E5E5E. Windows color (decimal): -9874557 or 8606569. OLE color: 8606569.

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

Color convert

RGB10583131-
CMYK0.200.3700.49
HSL267.5º22.43%41.96%-
HSV(B)267.5º36.64%51.37%-
XYZ13.0210.8322.88-
YUV95.05148.29135.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=32.92%
G=26.02%
B=41.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105831310.200.3700.49267.522.4341.96
Hex695383142503110c162a
Octal15112320324450614142652
Binary110100110100111000001110100100101011000110000110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695383; }

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

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

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

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

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

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

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

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