#693782

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

Shades of Kingfisher Daisy #693782

Tints of Kingfisher Daisy #693782

Color information

#693782 (or 0x693782) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 37 and 82. RGB value is (105,55,130). Sum of RGB (Red+Green+Blue) = 105+55+130=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #693782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693782 is #96C87D. Grayscale: #4E4E4E. Windows color (decimal): -9881726 or 8533865. OLE color: 8533865.

HSL color Cylindrical-coordinate representation of color #693782: hue angle of 280º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693782 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10555130-
CMYK0.190.5800.49
HSL280º40.54%36.27%-
HSV(B)280º57.69%50.98%-
XYZ11.227.3521.95-
YUV78.5157.06146.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=36.21%
G=18.97%
B=44.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105551300.190.5800.4928040.5436.27
Hex693782133A0311182924
Octal1516720223720614305144
Binary110100111011110000010100111110100110001100011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693782; }

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

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

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

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

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

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

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

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