#693A86

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

Shades of Kingfisher Daisy #693A86

Tints of Kingfisher Daisy #693A86

Color information

#693A86 (or 0x693A86) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3A and 86. RGB value is (105,58,134). Sum of RGB (Red+Green+Blue) = 105+58+134=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #693A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A86 is #96C579. Grayscale: #505050. Windows color (decimal): -9880954 or 8796777. OLE color: 8796777.

HSL color Cylindrical-coordinate representation of color #693A86: hue angle of 277.11º 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 #693A86 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10558134-
CMYK0.220.5700.47
HSL277.11º39.58%37.65%-
HSV(B)277.11º56.72%52.55%-
XYZ11.647.7523.44-
YUV80.72158.07145.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=35.35%
G=19.53%
B=45.12%

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
Decimal105581340.220.5700.47277.1139.5837.65
Hex693A86163902F1152826
Octal1517220626710574255046
Binary110100111101010000110101101110010101111100010101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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