#695283

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

Shades of Butterfly Bush #695283

Tints of Butterfly Bush #695283

Color information

#695283 (or 0x695283) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 83. RGB value is (105,82,131). Sum of RGB (Red+Green+Blue) = 105+82+131=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #695283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695283 is #96AD7C. Grayscale: #5E5E5E. Windows color (decimal): -9874813 or 8606313. OLE color: 8606313.

HSL color Cylindrical-coordinate representation of color #695283: hue angle of 268.16º degrees, saturation: 0.23, 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 #695283 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10582131-
CMYK0.200.3700.49
HSL268.16º23%41.76%-
HSV(B)268.16º37.4%51.37%-
XYZ12.9410.6822.85-
YUV94.46148.62135.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=33.02%
G=25.79%
B=41.19%

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
Decimal105821310.200.3700.49268.162341.76
Hex695283142503110c172a
Octal15112220324450614142752
Binary110100110100101000001110100100101011000110000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695283; }

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

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

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

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

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

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

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

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