#683A85

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

Shades of Kingfisher Daisy #683A85

Tints of Kingfisher Daisy #683A85

Color information

#683A85 (or 0x683A85) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 3A and 85. RGB value is (104,58,133). Sum of RGB (Red+Green+Blue) = 104+58+133=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #683A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683A85 is #97C57A. Grayscale: #505050. Windows color (decimal): -9946491 or 8731240. OLE color: 8731240.

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

Color convert

RGB10458133-
CMYK0.220.5600.48
HSL276.8º39.27%37.45%-
HSV(B)276.8º56.39%52.16%-
XYZ11.467.6623.07-
YUV80.3157.74144.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=35.25%
G=19.66%
B=45.08%

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
Decimal104581330.220.5600.48276.839.2737.45
Hex683A8516380301152725
Octal1507220526700604254745
Binary110100011101010000101101101110000110000100010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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