Html Css Color HEX #681F89 Kingfisher Daisy

📋 copy color: '#681F89'

red 104 ◦ green 31 ◦ blue 137

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

Shades of Kingfisher Daisy #681F89

Tints of Kingfisher Daisy #681F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 38.24%
G = 11.4%
B = 50.37%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#681F89 (or 0x681F89) is known color: Kingfisher Daisy. HEX triplet: 68, 1F and 89. RGB value is (104,31,137). Sum of RGB (Red+Green+Blue) = 104+31+137=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #681F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681F89 is #97E076. Grayscale: #404040. Windows color (decimal): -9953399 or 8986472. OLE color: 8986472.

HSL color Cylindrical-coordinate representation of color #681F89: hue angle of 281.32º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681F89 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 31 137 -
CMYK 0.24 0.77 0 0.46
HSL 281.32º 0.63% 0.33% -
HSV(B) 281.32º 0.77% 0.54% -
XYZ 10.71 5.73 24.21 -
YUV 64.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 104 31 137 0.24 0.77 0 0.46 281.32 0.63 0.33
Hex 68 1F 89 18 4D 0 2E 119 3F 21
Octal 150 37 211 30 115 0 56 431 77 41
Binary 1101000 11111 10001001 11000 1001101 0 101110 100011001 111111 100001

Color Harmonies of #681F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F89

Black with #681F89

Text Example


Text Example

White with #681F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,137); }

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

background-color css

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

 a { background-color: rgb(104,31,137); }

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

border-color css

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

 span { border-color: rgb(104,31,137); }

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