#681D91

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

Shades of Kingfisher Daisy #681D91

Tints of Kingfisher Daisy #681D91

Color information

#681D91 (or 0x681D91) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 1D and 91. RGB value is (104,29,145). Sum of RGB (Red+Green+Blue) = 104+29+145=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #681D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681D91 is #97E26E. Grayscale: #404040. Windows color (decimal): -9953903 or 9510248. OLE color: 9510248.

HSL color Cylindrical-coordinate representation of color #681D91: hue angle of 278.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681D91 is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10429145-
CMYK0.280.800.43
HSL278.79º66.67%34.12%-
HSV(B)278.79º80%56.86%-
XYZ11.265.8727.33-
YUV64.65173.35156.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=37.41%
G=10.43%
B=52.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104291450.280.800.43278.7966.6734.12
Hex681D911C5002B1174322
Octal150352213412005342710342
Binary1101000111011001000111100101000001010111000101111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681D91; }

 p { color: rgb(104,29,145); }

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

<style>
 a { background-color: #681D91; }

 a { background-color: rgb(104,29,145); }

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

<style>
 span { border-color: #681D91; }

 span { border-color: rgb(104,29,145); }

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