Html Css Color HEX #681A87 Kingfisher Daisy

📋 copy color: '#681A87'

red 104 ◦ green 26 ◦ blue 135

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

Shades of Kingfisher Daisy #681A87

Tints of Kingfisher Daisy #681A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 39.25%
G = 9.81%
B = 50.94%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681A87 (or 0x681A87) is known color: Kingfisher Daisy. HEX triplet: 68, 1A and 87. RGB value is (104,26,135). Sum of RGB (Red+Green+Blue) = 104+26+135=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #681A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A87 is #97E578. Grayscale: #3D3D3D. Windows color (decimal): -9954681 or 8854120. OLE color: 8854120.

HSL color Cylindrical-coordinate representation of color #681A87: hue angle of 282.94º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681A87 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 26 135 -
CMYK 0.23 0.81 0 0.47
HSL 282.94º 0.68% 0.32% -
HSV(B) 282.94º 0.81% 0.53% -
XYZ 10.45 5.43 23.42 -
YUV 61.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 104 26 135 0.23 0.81 0 0.47 282.94 0.68 0.32
Hex 68 1A 87 17 51 0 2F 11B 44 20
Octal 150 32 207 27 121 0 57 433 104 40
Binary 1101000 11010 10000111 10111 1010001 0 101111 100011011 1000100 100000

Color Harmonies of #681A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A87

Black with #681A87

Text Example


Text Example

White with #681A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,26,135); }

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

background-color css

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

 a { background-color: rgb(104,26,135); }

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

border-color css

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

 span { border-color: rgb(104,26,135); }

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