#694F99

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

Shades of Butterfly Bush #694F99

Tints of Butterfly Bush #694F99

Color information

#694F99 (or 0x694F99) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4F and 99. RGB value is (105,79,153). Sum of RGB (Red+Green+Blue) = 105+79+153=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #694F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694F99 is #96B066. Grayscale: #5E5E5E. Windows color (decimal): -9875559 or 10047337. OLE color: 10047337.

HSL color Cylindrical-coordinate representation of color #694F99: hue angle of 261.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #694F99 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10579153-
CMYK0.310.4800.4
HSL261.08º31.9%45.49%-
HSV(B)261.08º48.37%60%-
XYZ14.3710.931.48-
YUV95.21160.61134.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=31.16%
G=23.44%
B=45.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105791530.310.4800.4261.0831.945.49
Hex694F991F30028105202d
Octal15111723137600504054055
Binary1101001100111110011001111111100000101000100000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694F99; }

 p { color: rgb(105,79,153); }

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

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

 a { background-color: rgb(105,79,153); }

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

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

 span { border-color: rgb(105,79,153); }

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