#693A89

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

Shades of Kingfisher Daisy #693A89

Tints of Kingfisher Daisy #693A89

Color information

#693A89 (or 0x693A89) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3A and 89. RGB value is (105,58,137). Sum of RGB (Red+Green+Blue) = 105+58+137=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #693A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A89 is #96C576. Grayscale: #505050. Windows color (decimal): -9880951 or 8993385. OLE color: 8993385.

HSL color Cylindrical-coordinate representation of color #693A89: hue angle of 275.7º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693A89 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10558137-
CMYK0.230.5800.46
HSL275.7º40.51%38.24%-
HSV(B)275.7º57.66%53.73%-
XYZ11.857.8424.55-
YUV81.06159.57145.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=35%
G=19.33%
B=45.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105581370.230.5800.46275.740.5138.24
Hex693A89173A02E1142926
Octal1517221127720564245146
Binary110100111101010001001101111110100101110100010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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