#693585

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

Shades of Kingfisher Daisy #693585

Tints of Kingfisher Daisy #693585

Color information

#693585 (or 0x693585) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 35 and 85. RGB value is (105,53,133). Sum of RGB (Red+Green+Blue) = 105+53+133=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #693585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693585 is #96CA7A. Grayscale: #4D4D4D. Windows color (decimal): -9882235 or 8729961. OLE color: 8729961.

HSL color Cylindrical-coordinate representation of color #693585: hue angle of 279º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693585 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10553133-
CMYK0.210.6000.48
HSL279º43.01%36.47%-
HSV(B)279º60.15%52.16%-
XYZ11.337.2422.99-
YUV77.67159.23147.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=36.08%
G=18.21%
B=45.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105531330.210.6000.4827943.0136.47
Hex693585153C0301172b24
Octal1516520525740604275344
Binary110100111010110000101101011111000110000100010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693585; }

 p { color: rgb(105,53,133); }

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

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

 a { background-color: rgb(105,53,133); }

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

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

 span { border-color: rgb(105,53,133); }

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