#683285

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

Shades of Kingfisher Daisy #683285

Tints of Kingfisher Daisy #683285

Color information

#683285 (or 0x683285) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 32 and 85. RGB value is (104,50,133). Sum of RGB (Red+Green+Blue) = 104+50+133=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #683285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683285 is #97CD7A. Grayscale: #4B4B4B. Windows color (decimal): -9948539 or 8729192. OLE color: 8729192.

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

Color convert

RGB10450133-
CMYK0.220.6200.48
HSL279.04º45.36%35.88%-
HSV(B)279.04º62.41%52.16%-
XYZ11.086.9222.94-
YUV75.61160.39148.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=36.24%
G=17.42%
B=46.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104501330.220.6200.48279.0445.3635.88
Hex683285163E0301172d24
Octal1506220526760604275544
Binary110100011001010000101101101111100110000100010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683285; }

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

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

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

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

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

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

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

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