#693A87

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

Shades of Kingfisher Daisy #693A87

Tints of Kingfisher Daisy #693A87

Color information

#693A87 (or 0x693A87) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3A and 87. RGB value is (105,58,135). Sum of RGB (Red+Green+Blue) = 105+58+135=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #693A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A87 is #96C578. Grayscale: #505050. Windows color (decimal): -9880953 or 8862313. OLE color: 8862313.

HSL color Cylindrical-coordinate representation of color #693A87: hue angle of 276.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693A87 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10558135-
CMYK0.220.5700.47
HSL276.62º39.9%37.84%-
HSV(B)276.62º57.04%52.94%-
XYZ11.717.7823.81-
YUV80.83158.57145.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=35.23%
G=19.46%
B=45.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105581350.220.5700.47276.6239.937.84
Hex693A87163902F1152826
Octal1517220726710574255046
Binary110100111101010000111101101110010101111100010101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693A87; }

 p { color: rgb(105,58,135); }

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

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

 a { background-color: rgb(105,58,135); }

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

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

 span { border-color: rgb(105,58,135); }

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