Html Css Color HEX #681891 Kingfisher Daisy

📋 copy color: '#681891'

red 104 ◦ green 24 ◦ blue 145

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

Shades of Kingfisher Daisy #681891

Tints of Kingfisher Daisy #681891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 38.1%
G = 8.79%
B = 53.11%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#681891 (or 0x681891) is known color: Kingfisher Daisy. HEX triplet: 68, 18 and 91. RGB value is (104,24,145). Sum of RGB (Red+Green+Blue) = 104+24+145=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #681891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681891 is #97E76E. Grayscale: #3D3D3D. Windows color (decimal): -9955183 or 9508968. OLE color: 9508968.

HSL color Cylindrical-coordinate representation of color #681891: hue angle of 279.67º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681891 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 24 145 -
CMYK 0.28 0.83 0 0.43
HSL 279.67º 0.72% 0.33% -
HSV(B) 279.67º 0.83% 0.57% -
XYZ 11.15 5.64 27.29 -
YUV 61.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 104 24 145 0.28 0.83 0 0.43 279.67 0.72 0.33
Hex 68 18 91 1C 53 0 2B 118 48 21
Octal 150 30 221 34 123 0 53 430 110 41
Binary 1101000 11000 10010001 11100 1010011 0 101011 100011000 1001000 100001

Color Harmonies of #681891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681891

Black with #681891

Text Example


Text Example

White with #681891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681891; }

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

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

background-color css

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

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

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

border-color css

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

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

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