#681A93

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

Shades of Kingfisher Daisy #681A93

Tints of Kingfisher Daisy #681A93

Color information

#681A93 (or 0x681A93) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 1A and 93. RGB value is (104,26,147). Sum of RGB (Red+Green+Blue) = 104+26+147=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #681A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A93 is #97E56C. Grayscale: #3E3E3E. Windows color (decimal): -9954669 or 9640552. OLE color: 9640552.

HSL color Cylindrical-coordinate representation of color #681A93: hue angle of 278.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681A93 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10426147-
CMYK0.290.8200.42
HSL278.68º69.94%33.92%-
HSV(B)278.68º82.31%57.65%-
XYZ11.345.7928.12-
YUV63.12175.34157.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=37.55%
G=9.39%
B=53.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104261470.290.8200.42278.6869.9433.92
Hex681A931D5202A1174622
Octal150322233512205242710642
Binary1101000110101001001111101101001001010101000101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,147); }

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

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

 a { background-color: rgb(104,26,147); }

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

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

 span { border-color: rgb(104,26,147); }

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