#691E87

Color #691E87 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #691E87

Tints of Kingfisher Daisy #691E87

Color information

#691E87 (or 0x691E87) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 1E and 87. RGB value is (105,30,135). Sum of RGB (Red+Green+Blue) = 105+30+135=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #691E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691E87 is #96E178. Grayscale: #404040. Windows color (decimal): -9888121 or 8855145. OLE color: 8855145.

HSL color Cylindrical-coordinate representation of color #691E87: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691E87 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10530135-
CMYK0.220.7800.47
HSL282.86º63.64%32.35%-
HSV(B)282.86º77.78%52.94%-
XYZ10.665.6823.46-
YUV64.4167.85156.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 135 (53.12% from 255) = 50%
R=38.89%
G=11.11%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105301350.220.7800.47282.8663.6432.35
Hex691E87164E02F11b4020
Octal151362072611605743310040
Binary1101001111101000011110110100111001011111000110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E87; }

 p { color: rgb(105,30,135); }

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

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

 a { background-color: rgb(105,30,135); }

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

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

 span { border-color: rgb(105,30,135); }

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