Html Css Color HEX #683086 Kingfisher Daisy

📋 copy color: '#683086'

red 104 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #683086

Tints of Kingfisher Daisy #683086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 36.36%
G = 16.78%
B = 46.85%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#683086 (or 0x683086) is known color: Kingfisher Daisy. HEX triplet: 68, 30 and 86. RGB value is (104,48,134). Sum of RGB (Red+Green+Blue) = 104+48+134=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #683086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683086 is #97CF79. Grayscale: #4A4A4A. Windows color (decimal): -9949050 or 8794216. OLE color: 8794216.

HSL color Cylindrical-coordinate representation of color #683086: hue angle of 279.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #683086 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 48 134 -
CMYK 0.22 0.64 0 0.47
HSL 279.07º 0.47% 0.36% -
HSV(B) 279.07º 0.64% 0.53% -
XYZ 11.07 6.78 23.28 -
YUV 74.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 104 48 134 0.22 0.64 0 0.47 279.07 0.47 0.36
Hex 68 30 86 16 40 0 2F 117 2F 24
Octal 150 60 206 26 100 0 57 427 57 44
Binary 1101000 110000 10000110 10110 1000000 0 101111 100010111 101111 100100

Color Harmonies of #683086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683086

Black with #683086

Text Example


Text Example

White with #683086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683086; }

 p { color: rgb(104,48,134); }

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

background-color css

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

 a { background-color: rgb(104,48,134); }

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

border-color css

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

 span { border-color: rgb(104,48,134); }

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