#695488

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

Shades of Butterfly Bush #695488

Tints of Butterfly Bush #695488

Color information

#695488 (or 0x695488) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 88. RGB value is (105,84,136). Sum of RGB (Red+Green+Blue) = 105+84+136=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #695488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695488 is #96AB77. Grayscale: #606060. Windows color (decimal): -9874296 or 8934505. OLE color: 8934505.

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

Color convert

RGB10584136-
CMYK0.230.3800.47
HSL264.23º23.64%43.14%-
HSV(B)264.23º38.24%53.33%-
XYZ13.4411.1224.73-
YUV96.21150.46134.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=32.31%
G=25.85%
B=41.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105841360.230.3800.47264.2323.6443.14
Hex695488172602F108182b
Octal15112421027460574103053
Binary110100110101001000100010111100110010111110000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695488; }

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

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

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

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

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

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

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

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