#693184

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

Shades of Kingfisher Daisy #693184

Tints of Kingfisher Daisy #693184

Color information

#693184 (or 0x693184) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 31 and 84. RGB value is (105,49,132). Sum of RGB (Red+Green+Blue) = 105+49+132=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #693184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693184 is #96CE7B. Grayscale: #4A4A4A. Windows color (decimal): -9883260 or 8663401. OLE color: 8663401.

HSL color Cylindrical-coordinate representation of color #693184: hue angle of 280.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693184 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10549132-
CMYK0.200.6300.48
HSL280.48º45.86%35.49%-
HSV(B)280.48º62.88%51.76%-
XYZ11.096.8722.57-
YUV75.21160.05149.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=36.71%
G=17.13%
B=46.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105491320.200.6300.48280.4845.8635.49
Hex693184143F0301182e23
Octal1516120424770604305643
Binary110100111000110000100101001111110110000100011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693184; }

 p { color: rgb(105,49,132); }

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

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

 a { background-color: rgb(105,49,132); }

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

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

 span { border-color: rgb(105,49,132); }

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