Html Css Color HEX #681895 Kingfisher Daisy

📋 copy color: '#681895'

red 104 ◦ green 24 ◦ blue 149

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

Shades of Kingfisher Daisy #681895

Tints of Kingfisher Daisy #681895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 37.55%
G = 8.66%
B = 53.79%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681895 (or 0x681895) is known color: Kingfisher Daisy. HEX triplet: 68, 18 and 95. RGB value is (104,24,149). Sum of RGB (Red+Green+Blue) = 104+24+149=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #681895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681895 is #97E76A. Grayscale: #3D3D3D. Windows color (decimal): -9955179 or 9771112. OLE color: 9771112.

HSL color Cylindrical-coordinate representation of color #681895: hue angle of 278.4º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681895 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 24 149 -
CMYK 0.30 0.84 0 0.42
HSL 278.4º 0.72% 0.34% -
HSV(B) 278.4º 0.84% 0.58% -
XYZ 11.46 5.77 28.94 -
YUV 62.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 104 24 149 0.30 0.84 0 0.42 278.4 0.72 0.34
Hex 68 18 95 1E 54 0 2A 116 48 22
Octal 150 30 225 36 124 0 52 426 110 42
Binary 1101000 11000 10010101 11110 1010100 0 101010 100010110 1001000 100010

Color Harmonies of #681895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681895

Black with #681895

Text Example


Text Example

White with #681895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681895; }

 p { color: rgb(104,24,149); }

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

background-color css

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

 a { background-color: rgb(104,24,149); }

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

border-color css

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

 span { border-color: rgb(104,24,149); }

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