Html Css Color HEX #681893 Kingfisher Daisy

📋 copy color: '#681893'

red 104 ◦ green 24 ◦ blue 147

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

Shades of Kingfisher Daisy #681893

Tints of Kingfisher Daisy #681893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 37.82%
G = 8.73%
B = 53.45%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681893 (or 0x681893) is known color: Kingfisher Daisy. HEX triplet: 68, 18 and 93. RGB value is (104,24,147). Sum of RGB (Red+Green+Blue) = 104+24+147=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #681893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681893 is #97E76C. Grayscale: #3D3D3D. Windows color (decimal): -9955181 or 9640040. OLE color: 9640040.

HSL color Cylindrical-coordinate representation of color #681893: hue angle of 279.02º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681893 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 24 147 -
CMYK 0.29 0.84 0 0.42
HSL 279.02º 0.72% 0.34% -
HSV(B) 279.02º 0.84% 0.58% -
XYZ 11.3 5.7 28.11 -
YUV 61.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 104 24 147 0.29 0.84 0 0.42 279.02 0.72 0.34
Hex 68 18 93 1D 54 0 2A 117 48 22
Octal 150 30 223 35 124 0 52 427 110 42
Binary 1101000 11000 10010011 11101 1010100 0 101010 100010111 1001000 100010

Color Harmonies of #681893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681893

Black with #681893

Text Example


Text Example

White with #681893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681893; }

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

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

background-color css

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

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

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

border-color css

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

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

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