#695288

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

Shades of Butterfly Bush #695288

Tints of Butterfly Bush #695288

Color information

#695288 (or 0x695288) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 88. RGB value is (105,82,136). Sum of RGB (Red+Green+Blue) = 105+82+136=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #695288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695288 is #96AD77. Grayscale: #5E5E5E. Windows color (decimal): -9874808 or 8933993. OLE color: 8933993.

HSL color Cylindrical-coordinate representation of color #695288: hue angle of 265.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695288 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10582136-
CMYK0.230.4000.47
HSL265.56º24.77%42.75%-
HSV(B)265.56º39.71%53.33%-
XYZ13.2910.8224.68-
YUV95.03151.12135.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=32.51%
G=25.39%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105821360.230.4000.47265.5624.7742.75
Hex695288172802F10a192b
Octal15112221027500574123153
Binary110100110100101000100010111101000010111110000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695288; }

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

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

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

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

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

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

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

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