#695698

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

Shades of Butterfly Bush #695698

Tints of Butterfly Bush #695698

Color information

#695698 (or 0x695698) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 98. RGB value is (105,86,152). Sum of RGB (Red+Green+Blue) = 105+86+152=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #695698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695698 is #96A967. Grayscale: #626262. Windows color (decimal): -9873768 or 9983593. OLE color: 9983593.

HSL color Cylindrical-coordinate representation of color #695698: hue angle of 257.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695698 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10586152-
CMYK0.310.4300.40
HSL257.27º27.73%46.67%-
HSV(B)257.27º43.42%59.61%-
XYZ14.8211.9331.23-
YUV99.2157.79132.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=30.61%
G=25.07%
B=44.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105861520.310.4300.40257.2727.7346.67
Hex6956981F2B0281011c2f
Octal15112623037530504013457
Binary110100110101101001100011111101011010100010000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695698; }

 p { color: rgb(105,86,152); }

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

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

 a { background-color: rgb(105,86,152); }

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

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

 span { border-color: rgb(105,86,152); }

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