#683085

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

Shades of Kingfisher Daisy #683085

Tints of Kingfisher Daisy #683085

Color information

#683085 (or 0x683085) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 30 and 85. RGB value is (104,48,133). Sum of RGB (Red+Green+Blue) = 104+48+133=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #683085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683085 is #97CF7A. Grayscale: #4A4A4A. Windows color (decimal): -9949051 or 8728680. OLE color: 8728680.

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

Color convert

RGB10448133-
CMYK0.220.6400.48
HSL279.53º46.96%35.49%-
HSV(B)279.53º63.91%52.16%-
XYZ116.7522.91-
YUV74.43161.05149.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=36.49%
G=16.84%
B=46.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104481330.220.6400.48279.5346.9635.49
Hex68308516400301182f23
Octal15060205261000604305743
Binary1101000110000100001011011010000000110000100011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683085; }

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

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

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

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

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

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

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

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