Html Css Color HEX #681C90 Kingfisher Daisy

📋 copy color: '#681C90'

red 104 ◦ green 28 ◦ blue 144

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

Shades of Kingfisher Daisy #681C90

Tints of Kingfisher Daisy #681C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 37.68%
G = 10.14%
B = 52.17%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681C90 (or 0x681C90) is known color: Kingfisher Daisy. HEX triplet: 68, 1C and 90. RGB value is (104,28,144). Sum of RGB (Red+Green+Blue) = 104+28+144=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #681C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681C90 is #97E36F. Grayscale: #3F3F3F. Windows color (decimal): -9954160 or 9444456. OLE color: 9444456.

HSL color Cylindrical-coordinate representation of color #681C90: hue angle of 279.31º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681C90 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 28 144 -
CMYK 0.28 0.81 0 0.44
HSL 279.31º 0.67% 0.34% -
HSV(B) 279.31º 0.81% 0.56% -
XYZ 11.16 5.79 26.91 -
YUV 63.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 104 28 144 0.28 0.81 0 0.44 279.31 0.67 0.34
Hex 68 1C 90 1C 51 0 2C 117 43 22
Octal 150 34 220 34 121 0 54 427 103 42
Binary 1101000 11100 10010000 11100 1010001 0 101100 100010111 1000011 100010

Color Harmonies of #681C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C90

Black with #681C90

Text Example


Text Example

White with #681C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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