Html Css Color HEX #683B82 Kingfisher Daisy

📋 copy color: '#683B82'

red 104 ◦ green 59 ◦ blue 130

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

Shades of Kingfisher Daisy #683B82

Tints of Kingfisher Daisy #683B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.14%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 35.49%
G = 20.14%
B = 44.37%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#683B82 (or 0x683B82) is known color: Kingfisher Daisy. HEX triplet: 68, 3B and 82. RGB value is (104,59,130). Sum of RGB (Red+Green+Blue) = 104+59+130=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #683B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683B82 is #97C47D. Grayscale: #505050. Windows color (decimal): -9946238 or 8534888. OLE color: 8534888.

HSL color Cylindrical-coordinate representation of color #683B82: hue angle of 278.03º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683B82 is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 59 130 -
CMYK 0.2 0.55 0 0.49
HSL 278.03º 0.38% 0.37% -
HSV(B) 278.03º 0.55% 0.51% -
XYZ 11.3 7.68 22.01 -
YUV 80.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 104 59 130 0.2 0.55 0 0.49 278.03 0.38 0.37
Hex 68 3B 82 14 37 0 31 116 26 25
Octal 150 73 202 24 67 0 61 426 46 45
Binary 1101000 111011 10000010 10100 110111 0 110001 100010110 100110 100101

Color Harmonies of #683B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B82

Black with #683B82

Text Example


Text Example

White with #683B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683B82; }

 p { color: rgb(104,59,130); }

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

background-color css

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

 a { background-color: rgb(104,59,130); }

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

border-color css

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

 span { border-color: rgb(104,59,130); }

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