Html Css Color HEX #681990 Kingfisher Daisy

📋 copy color: '#681990'

red 104 ◦ green 25 ◦ blue 144

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

Shades of Kingfisher Daisy #681990

Tints of Kingfisher Daisy #681990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 38.1%
G = 9.16%
B = 52.75%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681990 (or 0x681990) is known color: Kingfisher Daisy. HEX triplet: 68, 19 and 90. RGB value is (104,25,144). Sum of RGB (Red+Green+Blue) = 104+25+144=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #681990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681990 is #97E66F. Grayscale: #3D3D3D. Windows color (decimal): -9954928 or 9443688. OLE color: 9443688.

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

Color convert

RGB 104 25 144 -
CMYK 0.28 0.83 0 0.44
HSL 279.83º 0.7% 0.33% -
HSV(B) 279.83º 0.83% 0.56% -
XYZ 11.09 5.65 26.89 -
YUV 62.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 104 25 144 0.28 0.83 0 0.44 279.83 0.7 0.33
Hex 68 19 90 1C 53 0 2C 118 46 21
Octal 150 31 220 34 123 0 54 430 106 41
Binary 1101000 11001 10010000 11100 1010011 0 101100 100011000 1000110 100001

Color Harmonies of #681990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681990

Black with #681990

Text Example


Text Example

White with #681990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681990; }

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

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

background-color css

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

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

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

border-color css

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

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

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