#683485

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

Shades of Kingfisher Daisy #683485

Tints of Kingfisher Daisy #683485

Color information

#683485 (or 0x683485) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 34 and 85. RGB value is (104,52,133). Sum of RGB (Red+Green+Blue) = 104+52+133=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #683485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683485 is #97CB7A. Grayscale: #4C4C4C. Windows color (decimal): -9948027 or 8729704. OLE color: 8729704.

HSL color Cylindrical-coordinate representation of color #683485: hue angle of 278.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683485 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10452133-
CMYK0.220.6100.48
HSL278.52º43.78%36.27%-
HSV(B)278.52º60.9%52.16%-
XYZ11.177.0922.97-
YUV76.78159.73147.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=35.99%
G=17.99%
B=46.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104521330.220.6100.48278.5243.7836.27
Hex683485163D0301172c24
Octal1506420526750604275444
Binary110100011010010000101101101111010110000100010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683485; }

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

 H1.HeaderClassName
 {
   color: #683485;
 }
 .AnyTagClassName
 {
   color: #683485;
 }
</style>
background-color css

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

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

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

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

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

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