Html Css Color HEX #681A94 Kingfisher Daisy

📋 copy color: '#681A94'

red 104 ◦ green 26 ◦ blue 148

#681A94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #681A94

Tints of Kingfisher Daisy #681A94

RGB

 RED value IS 104 (41.02% from 255) = 37.41%

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 37.41%
G = 9.35%
B = 53.24%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681A94 (or 0x681A94) is known color: Kingfisher Daisy. HEX triplet: 68, 1A and 94. RGB value is (104,26,148). Sum of RGB (Red+Green+Blue) = 104+26+148=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #681A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A94 is #97E56B. Grayscale: #3E3E3E. Windows color (decimal): -9954668 or 9706088. OLE color: 9706088.

HSL color Cylindrical-coordinate representation of color #681A94: hue angle of 278.36º 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 #681A94 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 26 148 -
CMYK 0.30 0.82 0 0.42
HSL 278.36º 0.7% 0.34% -
HSV(B) 278.36º 0.82% 0.58% -
XYZ 11.42 5.82 28.54 -
YUV 63.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 104 26 148 0.30 0.82 0 0.42 278.36 0.7 0.34
Hex 68 1A 94 1E 52 0 2A 116 46 22
Octal 150 32 224 36 122 0 52 426 106 42
Binary 1101000 11010 10010100 11110 1010010 0 101010 100010110 1000110 100010

Color Harmonies of #681A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A94

Black with #681A94

Text Example


Text Example

White with #681A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #681A94;
 }
 .AnyTagClassName
 {
   color: #681A94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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