#693882

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

Shades of Kingfisher Daisy #693882

Tints of Kingfisher Daisy #693882

Color information

#693882 (or 0x693882) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 38 and 82. RGB value is (105,56,130). Sum of RGB (Red+Green+Blue) = 105+56+130=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #693882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693882 is #96C77D. Grayscale: #4E4E4E. Windows color (decimal): -9881470 or 8534121. OLE color: 8534121.

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

Color convert

RGB10556130-
CMYK0.190.5700.49
HSL279.73º39.78%36.47%-
HSV(B)279.73º56.92%50.98%-
XYZ11.277.4421.96-
YUV79.09156.73146.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=36.08%
G=19.24%
B=44.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105561300.190.5700.49279.7339.7836.47
Hex69388213390311182824
Octal1517020223710614305044
Binary110100111100010000010100111110010110001100011000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693882; }

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

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

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

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

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

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

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

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