#693786

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

Shades of Kingfisher Daisy #693786

Tints of Kingfisher Daisy #693786

Color information

#693786 (or 0x693786) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 37 and 86. RGB value is (105,55,134). Sum of RGB (Red+Green+Blue) = 105+55+134=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #693786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693786 is #96C879. Grayscale: #4E4E4E. Windows color (decimal): -9881722 or 8796009. OLE color: 8796009.

HSL color Cylindrical-coordinate representation of color #693786: hue angle of 277.97º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #693786 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10555134-
CMYK0.220.5900.47
HSL277.97º41.8%37.06%-
HSV(B)277.97º58.96%52.55%-
XYZ11.497.4623.39-
YUV78.96159.06146.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=35.71%
G=18.71%
B=45.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105551340.220.5900.47277.9741.837.06
Hex693786163B02F1162a25
Octal1516720626730574265245
Binary110100111011110000110101101110110101111100010110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693786; }

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

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

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

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

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

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

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

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