#683B85

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

Shades of Kingfisher Daisy #683B85

Tints of Kingfisher Daisy #683B85

Color information

#683B85 (or 0x683B85) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 3B and 85. RGB value is (104,59,133). Sum of RGB (Red+Green+Blue) = 104+59+133=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #683B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683B85 is #97C47A. Grayscale: #505050. Windows color (decimal): -9946235 or 8731496. OLE color: 8731496.

HSL color Cylindrical-coordinate representation of color #683B85: hue angle of 276.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683B85 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10459133-
CMYK0.220.5600.48
HSL276.49º38.54%37.65%-
HSV(B)276.49º55.64%52.16%-
XYZ11.517.7623.08-
YUV80.89157.41144.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=35.14%
G=19.93%
B=44.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104591330.220.5600.48276.4938.5437.65
Hex683B8516380301142726
Octal1507320526700604244746
Binary110100011101110000101101101110000110000100010100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683B85; }

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

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

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

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

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

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

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

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