#683482

Color #683482 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #683482

Tints of Kingfisher Daisy #683482

Color information

#683482 (or 0x683482) is unknown color: approx 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

RGB10452130-
CMYK0.20.6000.49
HSL280º42.86%35.69%-
HSV(B)280º60%50.98%-
XYZ10.977.0121.89-
YUV76.44158.23147.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.2
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104521300.20.6000.4928042.8635.69
Hex683482143C0311182b24
Octal1506420224740614305344
Binary110100011010010000010101001111000110001100011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>