Html Css Color HEX #683082 Kingfisher Daisy

📋 copy color: '#683082'

red 104 ◦ green 48 ◦ blue 130

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

Shades of Kingfisher Daisy #683082

Tints of Kingfisher Daisy #683082

RGB

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

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

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

R = 36.88%
G = 17.02%
B = 46.1%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#683082 (or 0x683082) is known color: Kingfisher Daisy. HEX triplet: 68, 30 and 82. RGB value is (104,48,130). Sum of RGB (Red+Green+Blue) = 104+48+130=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #683082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683082 is #97CF7D. Grayscale: #494949. Windows color (decimal): -9949054 or 8532072. OLE color: 8532072.

HSL color Cylindrical-coordinate representation of color #683082: hue angle of 280.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683082 is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 48 130 -
CMYK 0.2 0.63 0 0.49
HSL 280.98º 0.46% 0.35% -
HSV(B) 280.98º 0.63% 0.51% -
XYZ 10.8 6.67 21.84 -
YUV 74.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 104 48 130 0.2 0.63 0 0.49 280.98 0.46 0.35
Hex 68 30 82 14 3F 0 31 119 2E 23
Octal 150 60 202 24 77 0 61 431 56 43
Binary 1101000 110000 10000010 10100 111111 0 110001 100011001 101110 100011

Color Harmonies of #683082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683082

Black with #683082

Text Example


Text Example

White with #683082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683082; }

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

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

background-color css

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

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

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

border-color css

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

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

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