#695C94

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

Shades of Butterfly Bush #695C94

Tints of Butterfly Bush #695C94

Color information

#695C94 (or 0x695C94) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5C and 94. RGB value is (105,92,148). Sum of RGB (Red+Green+Blue) = 105+92+148=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #695C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C94 is #96A36B. Grayscale: #666666. Windows color (decimal): -9872236 or 9722985. OLE color: 9722985.

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

Color convert

RGB10592148-
CMYK0.290.3800.42
HSL253.93º23.33%47.06%-
HSV(B)253.93º37.84%58.04%-
XYZ1512.829.7-
YUV102.27153.81129.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=30.43%
G=26.67%
B=42.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105921480.290.3800.42253.9323.3347.06
Hex695C941D2602Afe172f
Octal15113422435460523762757
Binary11010011011100100101001110110011001010101111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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