#682585

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

Shades of Kingfisher Daisy #682585

Tints of Kingfisher Daisy #682585

Color information

#682585 (or 0x682585) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 25 and 85. RGB value is (104,37,133). Sum of RGB (Red+Green+Blue) = 104+37+133=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #682585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682585 is #97DA7A. Grayscale: #434343. Windows color (decimal): -9951867 or 8725864. OLE color: 8725864.

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

Color convert

RGB10437133-
CMYK0.220.7200.48
HSL281.88º56.47%33.33%-
HSV(B)281.88º72.18%52.16%-
XYZ10.65.9622.78-
YUV67.98164.7153.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=37.96%
G=13.50%
B=48.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104371330.220.7200.48281.8856.4733.33
Hex682585164803011a3821
Octal15045205261100604327041
Binary1101000100101100001011011010010000110000100011010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682585; }

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

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

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

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

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

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

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

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