Html Css Color HEX #683482 Kingfisher Daisy

📋 copy color: '#683482'

red 104 ◦ green 52 ◦ blue 130

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

Shades of Kingfisher Daisy #683482

Tints of Kingfisher Daisy #683482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#683482 (or 0x683482) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 82. RGB value is (104,52,130). Sum of RGB (Red+Green+Blue) = 104+52+130=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #683482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683482 is #97CB7D. Grayscale: #4C4C4C. Windows color (decimal): -9948030 or 8533096. OLE color: 8533096.

HSL color Cylindrical-coordinate representation of color #683482: hue angle of 280º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683482 is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 52 130 -
CMYK 0.2 0.60 0 0.49
HSL 280º 0.43% 0.36% -
HSV(B) 280º 0.6% 0.51% -
XYZ 10.97 7.01 21.89 -
YUV 76.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 104 52 130 0.2 0.60 0 0.49 280 0.43 0.36
Hex 68 34 82 14 3C 0 31 118 2B 24
Octal 150 64 202 24 74 0 61 430 53 44
Binary 1101000 110100 10000010 10100 111100 0 110001 100011000 101011 100100

Color Harmonies of #683482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683482

Black with #683482

Text Example


Text Example

White with #683482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683482; }

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

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

background-color css

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

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

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

border-color css

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

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

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