#693A83

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

Shades of Kingfisher Daisy #693A83

Tints of Kingfisher Daisy #693A83

Color information

#693A83 (or 0x693A83) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3A and 83. RGB value is (105,58,131). Sum of RGB (Red+Green+Blue) = 105+58+131=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #693A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A83 is #96C57C. Grayscale: #505050. Windows color (decimal): -9880957 or 8600169. OLE color: 8600169.

HSL color Cylindrical-coordinate representation of color #693A83: hue angle of 278.63º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693A83 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10558131-
CMYK0.200.5600.49
HSL278.63º38.62%37.06%-
HSV(B)278.63º55.73%51.37%-
XYZ11.447.6722.35-
YUV80.38156.57145.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=35.71%
G=19.73%
B=44.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105581310.200.5600.49278.6338.6237.06
Hex693A8314380311172725
Octal1517220324700614274745
Binary110100111101010000011101001110000110001100010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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