#695A8A

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

Shades of Butterfly Bush #695A8A

Tints of Butterfly Bush #695A8A

Color information

#695A8A (or 0x695A8A) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5A and 8A. RGB value is (105,90,138). Sum of RGB (Red+Green+Blue) = 105+90+138=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #695A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A8A is #96A575. Grayscale: #636363. Windows color (decimal): -9872758 or 9067113. OLE color: 9067113.

HSL color Cylindrical-coordinate representation of color #695A8A: hue angle of 258.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695A8A is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10590138-
CMYK0.240.3500.46
HSL258.75º21.05%44.71%-
HSV(B)258.75º34.78%54.12%-
XYZ14.0712.1525.65-
YUV99.96149.47131.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=31.53%
G=27.03%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105901380.240.3500.46258.7521.0544.71
Hex695A8A182302E103152d
Octal15113221230430564032555
Binary110100110110101000101011000100011010111010000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A8A; }

 p { color: rgb(105,90,138); }

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

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

 a { background-color: rgb(105,90,138); }

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

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

 span { border-color: rgb(105,90,138); }

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