Html Css Color HEX #681996 Kingfisher Daisy

📋 copy color: '#681996'

red 104 ◦ green 25 ◦ blue 150

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

Shades of Kingfisher Daisy #681996

Tints of Kingfisher Daisy #681996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 37.28%
G = 8.96%
B = 53.76%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#681996 (or 0x681996) is known color: Kingfisher Daisy. HEX triplet: 68, 19 and 96. RGB value is (104,25,150). Sum of RGB (Red+Green+Blue) = 104+25+150=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #681996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681996 is #97E669. Grayscale: #3E3E3E. Windows color (decimal): -9954922 or 9836904. OLE color: 9836904.

HSL color Cylindrical-coordinate representation of color #681996: hue angle of 277.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681996 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 25 150 -
CMYK 0.31 0.83 0 0.41
HSL 277.92º 0.71% 0.34% -
HSV(B) 277.92º 0.83% 0.59% -
XYZ 11.56 5.84 29.37 -
YUV 62.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 104 25 150 0.31 0.83 0 0.41 277.92 0.71 0.34
Hex 68 19 96 1F 53 0 29 116 47 22
Octal 150 31 226 37 123 0 51 426 107 42
Binary 1101000 11001 10010110 11111 1010011 0 101001 100010110 1000111 100010

Color Harmonies of #681996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681996

Black with #681996

Text Example


Text Example

White with #681996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681996; }

 p { color: rgb(104,25,150); }

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

background-color css

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

 a { background-color: rgb(104,25,150); }

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

border-color css

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

 span { border-color: rgb(104,25,150); }

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