#695888

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

Shades of Butterfly Bush #695888

Tints of Butterfly Bush #695888

Color information

#695888 (or 0x695888) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 88. RGB value is (105,88,136). Sum of RGB (Red+Green+Blue) = 105+88+136=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #695888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695888 is #96A777. Grayscale: #626262. Windows color (decimal): -9873272 or 8935529. OLE color: 8935529.

HSL color Cylindrical-coordinate representation of color #695888: hue angle of 261.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695888 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10588136-
CMYK0.230.3500.47
HSL261.25º21.43%43.92%-
HSV(B)261.25º35.29%53.33%-
XYZ13.7611.7624.84-
YUV98.56149.13132.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=31.91%
G=26.75%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105881360.230.3500.47261.2521.4343.92
Hex695888172302F105152c
Octal15113021027430574052554
Binary110100110110001000100010111100011010111110000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695888; }

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

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

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

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

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

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

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

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