#695D94

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

Shades of Butterfly Bush #695D94

Tints of Butterfly Bush #695D94

Color information

#695D94 (or 0x695D94) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5D and 94. RGB value is (105,93,148). Sum of RGB (Red+Green+Blue) = 105+93+148=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #695D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D94 is #96A26B. Grayscale: #666666. Windows color (decimal): -9871980 or 9723241. OLE color: 9723241.

HSL color Cylindrical-coordinate representation of color #695D94: hue angle of 253.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695D94 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10593148-
CMYK0.290.3700.42
HSL253.09º22.82%47.25%-
HSV(B)253.09º37.16%58.04%-
XYZ15.0912.9729.73-
YUV102.86153.48129.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=30.35%
G=26.88%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105931480.290.3700.42253.0922.8247.25
Hex695D941D2502Afd172f
Octal15113522435450523752757
Binary11010011011101100101001110110010101010101111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,148); }

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

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

 a { background-color: rgb(105,93,148); }

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

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

 span { border-color: rgb(105,93,148); }

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